[U-Boot] [PATCH 3/4] ARM: dts: uniphier: drop u-boot,	dm-pre-reloc from SD/eMMC clock node
    Masahiro Yamada 
    yamada.masahiro at socionext.com
       
    Fri Apr 20 09:14:26 UTC 2018
    
    
  
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 at socionext.com>
---
 arch/arm/dts/uniphier-v7-u-boot.dtsi | 16 ----------------
 1 file changed, 16 deletions(-)
diff --git a/arch/arm/dts/uniphier-v7-u-boot.dtsi b/arch/arm/dts/uniphier-v7-u-boot.dtsi
index 0094a45..9459bf0 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 at 59810000 {
-			u-boot,dm-pre-reloc;
-
-			clock {
-				u-boot,dm-pre-reloc;
-			};
-		};
-
-		sdctrl at 59810000 {
-			u-boot,dm-pre-reloc;
-
-			clock {
-				u-boot,dm-pre-reloc;
-			};
-		};
-
 		soc-glue at 5f800000 {
 			u-boot,dm-pre-reloc;
 
-- 
2.7.4
    
    
More information about the U-Boot
mailing list