From 785167f21d6fb440d14f629a3c44978048ed0be5 Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Mon, 22 May 2023 12:32:19 -0700 Subject: [PATCH] ARM: dts: imx6qdl-gw5912: remove invalid nodes from fan-controller Remove the invalid #address-cells and #size-cells nodes from the fan-controller. Signed-off-by: Tim Harvey Signed-off-by: Shawn Guo --- 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 40e235e315cc4..de5983cf7810d 100644 --- a/arch/arm/boot/dts/imx6qdl-gw5912.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw5912.dtsi @@ -243,8 +243,6 @@ fan-controller@a { compatible = "gw,gsc-fan"; - #address-cells = <1>; - #size-cells = <0>; reg = <0x0a>; }; }; -- 2.30.2