arm64: dts: imx8mm-venice-gw700x: remove invalid props from fan-controller
authorTim Harvey <tharvey@gateworks.com>
Mon, 22 May 2023 19:32:17 +0000 (12:32 -0700)
committerShawn Guo <shawnguo@kernel.org>
Sat, 27 May 2023 12:52:51 +0000 (20:52 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi

index 9e7d388..72cf250 100644 (file)
                };
 
                fan-controller@0 {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
                        compatible = "gw,gsc-fan";
                        reg = <0x0a>;
                };