Message ID | 20230522193219.1477158-2-tharvey@gateworks.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/4] dt-bindings: mfd: gateworks-gsc: remove unnecessary fan-controller nodes | expand |
On Mon, May 22, 2023 at 12:32:17PM -0700, Tim Harvey wrote: > Remove the invalid #address-cells and #size-cells nodes from > the fan-controller. > > Signed-off-by: Tim Harvey <tharvey@gateworks.com> Applied 2/4, 3/4 and 4/4, thanks!
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi index 9e7d38872157..72cf250d9b4f 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi @@ -234,8 +234,6 @@ channel@a2 { }; fan-controller@0 { - #address-cells = <1>; - #size-cells = <0>; compatible = "gw,gsc-fan"; reg = <0x0a>; };
Remove the invalid #address-cells and #size-cells nodes from the fan-controller. Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- v2: update commit log --- arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi | 2 -- 1 file changed, 2 deletions(-)