[v2,3/4] ARM: dts: imx6qdl-gw54xx: remove invalid nodes from fan-controller

Message ID 20230522193219.1477158-3-tharvey@gateworks.com
State New
Headers
Series [v2,1/4] dt-bindings: mfd: gateworks-gsc: remove unnecessary fan-controller nodes |

Commit Message

Tim Harvey May 22, 2023, 7:32 p.m. UTC
  Remove the invalid #address-cells and #size-cells nodes from
the fan-controller.

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

Patch

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 @@  channel@26 {
 
 		fan-controller@2c {
 			compatible = "gw,gsc-fan";
-			#address-cells = <1>;
-			#size-cells = <0>;
 			reg = <0x2c>;
 		};
 	};