[PATCH v2 4/4] ARM: dts: imx6qdl-gw5912: remove invalid nodes from fan-controller

From: Tim Harvey
Date: Mon May 22 2023 - 15:33:38 EST


Remove the invalid #address-cells and #size-cells nodes from
the fan-controller.

Signed-off-by: Tim Harvey <tharvey@xxxxxxxxxxxxx>
---
v2: new patch
---
arch/arm/boot/dts/imx6qdl-gw5912.dtsi | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-gw5912.dtsi b/arch/arm/boot/dts/imx6qdl-gw5912.dtsi
index 40e235e315cc..de5983cf7810 100644
--- a/arch/arm/boot/dts/imx6qdl-gw5912.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw5912.dtsi
@@ -243,8 +243,6 @@ channel@23 {

fan-controller@a {
compatible = "gw,gsc-fan";
- #address-cells = <1>;
- #size-cells = <0>;
reg = <0x0a>;
};
};
--
2.25.1