2022-12-23 04:00:41

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx7s: correct iomuxc gpr mux controller cells

From: Peng Fan <[email protected]>

Per binding doc reg-mux.yaml, the #mux-control-cells should be 1

Signed-off-by: Peng Fan <[email protected]>
---
arch/arm/boot/dts/imx7s.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 0fc9e6b8b05d..11b9321badc5 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -513,7 +513,7 @@ gpr: iomuxc-gpr@30340000 {

mux: mux-controller {
compatible = "mmio-mux";
- #mux-control-cells = <0>;
+ #mux-control-cells = <1>;
mux-reg-masks = <0x14 0x00000010>;
};

--
2.37.1


2022-12-23 09:28:53

by Marco Felsch

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx7s: correct iomuxc gpr mux controller cells

On 22-12-23, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Per binding doc reg-mux.yaml, the #mux-control-cells should be 1
>
> Signed-off-by: Peng Fan <[email protected]>

Reviewed-by: Marco Felsch <[email protected]>

2023-01-01 06:08:34

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx7s: correct iomuxc gpr mux controller cells

On Fri, Dec 23, 2022 at 11:04:33AM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Per binding doc reg-mux.yaml, the #mux-control-cells should be 1
>
> Signed-off-by: Peng Fan <[email protected]>

Applied, thanks!