diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-02-13 15:39:04 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-02-15 15:04:01 +0100 |
commit | 1317a5e5eae958f6fc9b2472d2307c87fe6931fa (patch) | |
tree | 180d7df0e6c0f08aa56c9da447d2923d8682e7ee /arch/arm/dts/zynqmp-zcu111-revA.dts | |
parent | 9a06ed88f4275559a9f3a60be501e20b62fce7c1 (diff) | |
download | u-boot-1317a5e5eae958f6fc9b2472d2307c87fe6931fa.tar.gz |
arm64: zynqmp: Remove autodetected devices without description
It will never reach mainline that's why remove it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu111-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu111-revA.dts | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/dts/zynqmp-zcu111-revA.dts b/arch/arm/dts/zynqmp-zcu111-revA.dts index f7d6fe0073..58021be9bf 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@19 { /* u-boot detection FIXME */ - compatible = "xxx"; - reg = <0x19>; - }; - dev@30 { /* u-boot detection */ - compatible = "xxx"; - reg = <0x30>; - }; - dev@35 { /* u-boot detection */ - compatible = "xxx"; - reg = <0x35>; - }; - dev@36 { /* u-boot detection */ - compatible = "xxx"; - reg = <0x36>; - }; - dev@51 { /* u-boot detection - maybe SPD */ - compatible = "xxx"; - reg = <0x51>; - }; }; i2c@4 { #address-cells = <1>; |