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

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
......@@ -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>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment