Commit a99b26b1 authored by Guido Günther's avatar Guido Günther Committed by Shawn Guo

arm64: dts: imx8mq: Add MIPI D-PHY

Add a node for the Mixel MIPI D-PHY, "disabled" by default.
Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
Acked-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5f9e832c
......@@ -728,6 +728,19 @@ sai2: sai@308b0000 {
status = "disabled";
};
dphy: dphy@30a00300 {
compatible = "fsl,imx8mq-mipi-dphy";
reg = <0x30a00300 0x100>;
clocks = <&clk IMX8MQ_CLK_DSI_PHY_REF>;
clock-names = "phy_ref";
assigned-clocks = <&clk IMX8MQ_CLK_DSI_PHY_REF>;
assigned-clock-parents = <&clk IMX8MQ_VIDEO_PLL1_OUT>;
assigned-clock-rates = <24000000>;
#phy-cells = <0>;
power-domains = <&pgc_mipi>;
status = "disabled";
};
i2c1: i2c@30a20000 {
compatible = "fsl,imx8mq-i2c", "fsl,imx21-i2c";
reg = <0x30a20000 0x10000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment