summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-10-07 23:33:02 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-10-08 09:55:49 +0200
commitcf72f044cee701e4bed4c0de1f27971b64bce652 (patch)
tree4e3c55a0bbc2d23d021593a11763258c3f7cd0e7
parentce2484df6a520b1e5bcb7a00c5022d490ef083a8 (diff)
downloadbarebox-cf72f044cee701e4bed4c0de1f27971b64bce652.tar.gz
barebox-cf72f044cee701e4bed4c0de1f27971b64bce652.tar.xz
ARM: rdu2: Remove now redundant RAVE SP properties/nodes
Remove RAVE SP properties/nodes that are now availible from upstream Linux DTS files. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/imx6qdl-zii-rdu2.dtsi16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/dts/imx6qdl-zii-rdu2.dtsi
index a74fb47831..f63b5d2ed7 100644
--- a/arch/arm/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/dts/imx6qdl-zii-rdu2.dtsi
@@ -66,19 +66,7 @@
nvmem-cell-names = "boot-source";
};
- eeprom@a3 {
- compatible = "zii,rave-sp-eeprom";
- reg = <0xa3 0x4000>;
- zii,eeprom-name = "dds-eeprom";
- };
-
eeprom@a4 {
- compatible = "zii,rave-sp-eeprom";
- reg = <0xa4 0x4000>;
- #address-cells = <1>;
- #size-cells = <1>;
- zii,eeprom-name = "main-eeprom";
-
boot_source: boot-source@83 {
reg = <0x83 1>;
};
@@ -91,10 +79,6 @@
reg = <0x190 6>;
};
};
-
- backlight {
- compatible = "zii,rave-sp-backlight";
- };
};
};