diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-12-23 06:04:33 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-01-30 03:47:49 +0300 |
commit | 0e3e1946606a2919b1dda9967ab2e1c5af2fedd6 (patch) | |
tree | 8dd4a1379b26efae926b6398cfde4fa55b2456b1 /arch/arm/boot/dts/imx7s.dtsi | |
parent | 66bd7a309682db3812ff0680eec84c4a5672ed25 (diff) | |
download | linux-0e3e1946606a2919b1dda9967ab2e1c5af2fedd6.tar.xz |
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: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Fixes: 94a905a79f2c ("ARM: dts: imx7s: add multiplexer controls")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 91a3ba79e525..efe2525b62fa 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -513,7 +513,7 @@ mux: mux-controller { compatible = "mmio-mux"; - #mux-control-cells = <0>; + #mux-control-cells = <1>; mux-reg-masks = <0x14 0x00000010>; }; |