Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94a905a7 authored by Rui Miguel Silva's avatar Rui Miguel Silva Committed by Shawn Guo
Browse files

ARM: dts: imx7s: add multiplexer controls



The IOMUXC General Purpose Register has bitfield to control video bus
multiplexer to control the CSI input between the MIPI-CSI2 and parallel
interface. Add that register and mask.

Signed-off-by: default avatarRui Miguel Silva <rui.silva@linaro.org>
Reviewed-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8137474b
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -497,8 +497,15 @@

			gpr: iomuxc-gpr@30340000 {
				compatible = "fsl,imx7d-iomuxc-gpr",
					"fsl,imx6q-iomuxc-gpr", "syscon";
					"fsl,imx6q-iomuxc-gpr", "syscon",
					"simple-mfd";
				reg = <0x30340000 0x10000>;

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

			ocotp: ocotp-ctrl@30350000 {