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:
parent
5ac9dfbe9d
commit
6bf12eaea4
|
|
@ -70,3 +70,7 @@
|
||||||
&pinctrl_uart0 {
|
&pinctrl_uart0 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pinctrl_system_bus {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
};
|
||||||
|
|
|
||||||
|
|
@ -58,3 +58,7 @@
|
||||||
&pinctrl_uart0 {
|
&pinctrl_uart0 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pinctrl_system_bus {
|
||||||
|
u-boot,dm-pre-reloc;
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue