Re: [PATCH v2 1/2] arm64: dts: imx8mq: Add MIPI D-PHY

From: Lucas Stach
Date: Mon Jul 15 2019 - 06:55:31 EST


Am Montag, den 15.07.2019, 12:43 +0200 schrieb Guido GÃnther:
> Add a node for the Mixel MIPI D-PHY, "disabled" by default.
>
> Signed-off-by: Guido GÃnther <agx@xxxxxxxxxxx>
> Acked-by: Angus Ainslie (Purism) <angus@xxxxxxxx>

Reviewed-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx>

> ---
> Âarch/arm64/boot/dts/freescale/imx8mq.dtsi | 13 +++++++++++++
> Â1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index d09b808eff87..891ee7578c2d 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -728,6 +728,19 @@
> Â 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>;