summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-06-24 15:26:18 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-26 06:59:24 +0200
commit01cb950caf185efb7a3bd813b20bf28928a4dd4b (patch)
treef9a4e1f7252816fe8cee5a9e946dc52aa984ea10
parent9d7d333c33e5a932b66cc0f5f3ed7fa28a651819 (diff)
downloadbarebox-01cb950caf185efb7a3bd813b20bf28928a4dd4b.tar.gz
barebox-01cb950caf185efb7a3bd813b20bf28928a4dd4b.tar.xz
ARM: dts: rdu2: Remove obsolete 'pic' node in uart4
All of the code in this commit is: a) Obsolete and intended to work with a driver that has never been submitted upstream anywhere and is no longer used b) Superceeded by the DT code in Linux DT tree Remove it all and rely on Linux DTS files to properly specify RAVE SP MFD with a watchdog child node. 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.dtsi67
1 files changed, 0 insertions, 67 deletions
diff --git a/arch/arm/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/dts/imx6qdl-zii-rdu2.dtsi
index 7586afe2fe..d75a913f15 100644
--- a/arch/arm/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/dts/imx6qdl-zii-rdu2.dtsi
@@ -55,73 +55,6 @@
};
};
-&uart4 {
- pic {
- compatible = "zii,pic-rdu2";
- current-speed = <1000000>;
- status = "okay";
-
- main_eeprom {
- compatible = "zii,pic-main-eeprom";
- #address-cells = <1>;
- #size-cells = <1>;
- status = "okay";
-
- boot_source: boot-source@83 {
- reg = <0x83 1>;
- };
- max_failed_boots: max-failed-boots@8E {
- reg = <0x8E 2>;
- };
- };
-
- dds_eeprom {
- compatible = "zii,pic-dds-eeprom";
- #address-cells = <1>;
- #size-cells = <1>;
- status = "okay";
- };
-
- watchdog {
- compatible = "zii,pic-watchdog";
- status = "okay";
- };
-
- hwmon {
- compatible = "zii,pic-hwmon";
- sensors = "RMB_3V3_PMIC",
- "RMB_3V3_MCU",
- "RMB_5V_MAIN",
- "RMB_12V_MAIN",
- "RMB_28V_FIL",
- "RMB_28V_HOTSWAP",
- "DEB_1V8",
- "DEB_3V3",
- "DEB_28V_DEB",
- "DEB_28V_RDU",
- "TEMPERATURE",
- "TEMPERATURE_2",
- "RMB_28V_CURRENT";
- status = "okay";
- };
-
- backlight {
- compatible = "zii,pic-backlight";
- status = "okay";
- };
-
- leds {
- compatible = "zii,pic-leds";
- status = "okay";
- };
-
- pwrbutton {
- compatible = "zii,pic-pwrbutton";
- status = "okay";
- };
- };
-};
-
&ecspi1 {
nor_flash: flash@0 {
#address-cells = <1>;