Skip to content

Commit

Permalink
ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl…
Browse files Browse the repository at this point in the history
… node

Since commit 26b09c0 ("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: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Feb 22, 2017
1 parent 7728f0c commit c276953
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions arch/arm/dts/uniphier-ld11-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,3 @@
&pinctrl_uart0 {
u-boot,dm-pre-reloc;
};

&pinctrl_system_bus {
u-boot,dm-pre-reloc;
};
4 changes: 0 additions & 4 deletions arch/arm/dts/uniphier-ld20-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,3 @@
&pinctrl_uart0 {
u-boot,dm-pre-reloc;
};

&pinctrl_system_bus {
u-boot,dm-pre-reloc;
};

0 comments on commit c276953

Please sign in to comment.