[U-Boot] [PATCH 7/9] arm64: zynqmp: Remove autodetected devices without description
Michal Simek
michal.simek at xilinx.com
Wed Feb 13 15:54:28 UTC 2019
It will never reach mainline that's why remove it.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp-zcu106-revA.dts | 20 --------------------
arch/arm/dts/zynqmp-zcu111-revA.dts | 20 --------------------
2 files changed, 40 deletions(-)
diff --git a/arch/arm/dts/zynqmp-zcu106-revA.dts b/arch/arm/dts/zynqmp-zcu106-revA.dts
index 3d5c99ad628c..00f6e30ef34d 100644
--- a/arch/arm/dts/zynqmp-zcu106-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu106-revA.dts
@@ -463,26 +463,6 @@
#size-cells = <0>;
reg = <3>;
/* DDR4 SODIMM */
- dev at 19 { /* u-boot detection */
- compatible = "xxx";
- reg = <0x19>;
- };
- dev at 30 { /* u-boot detection */
- compatible = "xxx";
- reg = <0x30>;
- };
- dev at 35 { /* u-boot detection */
- compatible = "xxx";
- reg = <0x35>;
- };
- dev at 36 { /* u-boot detection */
- compatible = "xxx";
- reg = <0x36>;
- };
- dev at 51 { /* u-boot detection - maybe SPD */
- compatible = "xxx";
- reg = <0x51>;
- };
};
i2c at 4 {
#address-cells = <1>;
diff --git a/arch/arm/dts/zynqmp-zcu111-revA.dts b/arch/arm/dts/zynqmp-zcu111-revA.dts
index f7d6fe0073b2..58021be9bfda 100644
--- a/arch/arm/dts/zynqmp-zcu111-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu111-revA.dts
@@ -400,26 +400,6 @@
#size-cells = <0>;
reg = <3>;
/* DDR4 SODIMM */
- dev at 19 { /* u-boot detection FIXME */
- compatible = "xxx";
- reg = <0x19>;
- };
- dev at 30 { /* u-boot detection */
- compatible = "xxx";
- reg = <0x30>;
- };
- dev at 35 { /* u-boot detection */
- compatible = "xxx";
- reg = <0x35>;
- };
- dev at 36 { /* u-boot detection */
- compatible = "xxx";
- reg = <0x36>;
- };
- dev at 51 { /* u-boot detection - maybe SPD */
- compatible = "xxx";
- reg = <0x51>;
- };
};
i2c at 4 {
#address-cells = <1>;
--
1.9.1
More information about the U-Boot
mailing list