Commit 0e3e1946 authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo
Browse files

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



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>
parent 66bd7a30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -513,7 +513,7 @@

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