Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38af8681 authored by Peng Fan's avatar Peng Fan Committed by Greg Kroah-Hartman
Browse files

ARM: dts: imx7s: correct iomuxc gpr mux controller cells



[ Upstream commit 0e3e1946606a2919b1dda9967ab2e1c5af2fedd6 ]

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

Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Reviewed-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Fixes: 94a905a7 ("ARM: dts: imx7s: add multiplexer controls")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7fe5dc2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@

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