mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 06:21:34 +07:00
arm64: dts: imx8mq: Add mux controller to iomuxc_gpr
The only mux controls the MIPI DSI input selection. Signed-off-by: Guido Günther <agx@sigxcpu.org> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
ffe0f9a0ba
commit
215701807e
@ -440,8 +440,15 @@ iomuxc: iomuxc@30330000 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
iomuxc_gpr: syscon@30340000 {
|
iomuxc_gpr: syscon@30340000 {
|
||||||
compatible = "fsl,imx8mq-iomuxc-gpr", "fsl,imx6q-iomuxc-gpr", "syscon";
|
compatible = "fsl,imx8mq-iomuxc-gpr", "fsl,imx6q-iomuxc-gpr",
|
||||||
|
"syscon", "simple-mfd";
|
||||||
reg = <0x30340000 0x10000>;
|
reg = <0x30340000 0x10000>;
|
||||||
|
|
||||||
|
mux: mux-controller {
|
||||||
|
compatible = "mmio-mux";
|
||||||
|
#mux-control-cells = <1>;
|
||||||
|
mux-reg-masks = <0x34 0x00000004>; /* MIPI_MUX_SEL */
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ocotp: ocotp-ctrl@30350000 {
|
ocotp: ocotp-ctrl@30350000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user