mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
ARM: dts: uniphier: include System Bus pin group node in SPL DT
This will be needed for setting up the System Bus pin-mux via the LD11/LD20 pinctrl driver. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -70,3 +70,7 @@
|
||||
&pinctrl_uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&pinctrl_system_bus {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
@@ -58,3 +58,7 @@
|
||||
&pinctrl_uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&pinctrl_system_bus {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user