Skip to content
Snippets Groups Projects
Commit c2769538 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl node


Since commit 26b09c02 ("ARM: uniphier: move SBC and Support Card
init code to U-Boot proper"), SPL does not need pin-mux settings for
the System Bus.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 7728f0c6
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,3 @@ ...@@ -71,7 +71,3 @@
&pinctrl_uart0 { &pinctrl_uart0 {
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
&pinctrl_system_bus {
u-boot,dm-pre-reloc;
};
...@@ -59,7 +59,3 @@ ...@@ -59,7 +59,3 @@
&pinctrl_uart0 { &pinctrl_uart0 {
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
&pinctrl_system_bus {
u-boot,dm-pre-reloc;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment