projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66bd7a3
)
ARM: dts: imx7s: correct iomuxc gpr mux controller cells
author
Peng Fan
<peng.fan@nxp.com>
Fri, 23 Dec 2022 03:04:33 +0000
(11:04 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 30 Jan 2023 00:47:49 +0000
(08:47 +0800)
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>
arch/arm/boot/dts/imx7s.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx7s.dtsi
b/arch/arm/boot/dts/imx7s.dtsi
index 91a3ba79e5252d3399e3e39c38f23ff71fb4b606..efe2525b62fa16225567d73ab6e4222470b6056d 100644
(file)
--- 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>;
};