]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: imx7s: correct iomuxc gpr mux controller cells
authorPeng Fan <peng.fan@nxp.com>
Fri, 23 Dec 2022 03:04:33 +0000 (11:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:32:42 +0000 (09:32 +0100)
[ Upstream commit 7577ea7f1062db5d120e579cf814ad1efbac60ac ]

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: fb536da3df43 ("ARM: dts: imx7s: add multiplexer controls")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/imx7s.dtsi

index 0fc9e6b8b05dcfdcbc5b5da02236655afb5aa6e3..11b9321badc51f0bd66d75b1f7a7cff3a24bd82d 100644 (file)
 
                                mux: mux-controller {
                                        compatible = "mmio-mux";
-                                       #mux-control-cells = <0>;
+                                       #mux-control-cells = <1>;
                                        mux-reg-masks = <0x14 0x00000010>;
                                };