[v2,2/4] arm64: dts: imx8mm-venice-gw700x: remove invalid props from fan-controller

Message ID 20230522193219.1477158-2-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: update commit log
---
 arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi | 2 --
 1 file changed, 2 deletions(-)
  

Comments

Shawn Guo May 27, 2023, 12:53 p.m. UTC | #1
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!
  

Patch

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>;
 		};