diff options
author | Masahiro Yamada | 2018-04-20 18:14:26 +0900 |
---|---|---|
committer | Masahiro Yamada | 2018-04-24 00:35:34 +0900 |
commit | 2a819b90858a1f5c3f9fd919b89fc9c6091264fb (patch) | |
tree | eaf829d07ae3e38e9d2967cfb2eaac8da0f51939 /arch | |
parent | fc2d0302b666cd127fca3a8a800f33841de11c41 (diff) |
ARM: dts: uniphier: drop u-boot, dm-pre-reloc from SD/eMMC clock node
Now that the SD/eMMC driver does not use the clock driver in SPL,
remove u-boot,dm-pre-reloc properties to let the fdtgrep tool drop
the unnecessary nodes.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/uniphier-v7-u-boot.dtsi | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/dts/uniphier-v7-u-boot.dtsi b/arch/arm/dts/uniphier-v7-u-boot.dtsi index 0094a455d26..9459bf03775 100644 --- a/arch/arm/dts/uniphier-v7-u-boot.dtsi +++ b/arch/arm/dts/uniphier-v7-u-boot.dtsi @@ -14,22 +14,6 @@ u-boot,dm-pre-reloc; }; - mioctrl@59810000 { - u-boot,dm-pre-reloc; - - clock { - u-boot,dm-pre-reloc; - }; - }; - - sdctrl@59810000 { - u-boot,dm-pre-reloc; - - clock { - u-boot,dm-pre-reloc; - }; - }; - soc-glue@5f800000 { u-boot,dm-pre-reloc; |