summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2023-05-22 22:32:18 +0300
committerShawn Guo <shawnguo@kernel.org>2023-05-27 15:52:00 +0300
commit64719d28a36a6369db64ffd171177a9197f0cb59 (patch)
treec00b89e1ded686f8c6ebbbeae420f6e6c2f2f31f
parentb74edf626c4f99b3fc7f426bb47e5e52a3bcc4a8 (diff)
downloadlinux-64719d28a36a6369db64ffd171177a9197f0cb59.tar.xz
ARM: dts: imx6qdl-gw54xx: remove invalid nodes from fan-controller
Remove the invalid #address-cells and #size-cells nodes from the fan-controller. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6qdl-gw54xx.dtsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
index 4e20cb97058e..6c487d40a3b7 100644
--- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
@@ -349,8 +349,6 @@
fan-controller@2c {
compatible = "gw,gsc-fan";
- #address-cells = <1>;
- #size-cells = <0>;
reg = <0x2c>;
};
};