Re: [PATCH 09/12] ARM: dts: exynos5250: add mipi-phy node

From: Krzysztof Kozlowski
Date: Mon May 28 2018 - 12:25:00 EST


On Mon, May 28, 2018 at 11:47 AM, Maciej Purski <m.purski@xxxxxxxxxxx> wrote:
> The patch adds phy node, required by MIPI devices.
>
> Signed-off-by: Andrzej Hajda <a.hajda@xxxxxxxxxxx>
> Signed-off-by: Maciej Purski <m.purski@xxxxxxxxxxx>

This have pretty small changes since original Andrzej's patch so
probably Andrzej's authorship should be preserved.

> ---
> arch/arm/boot/dts/exynos5250.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index 2daf505..a63b655 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -733,6 +733,12 @@
> #phy-cells = <0>;
> };
>
> + mipi_phy: video-phy@10040710 {
> + compatible = "samsung,s5pv210-mipi-video-phy";

No DTC warnings (make dtbs W=1)? reg is missing so DTC should complain.

Best regards,
Krzysztof

> + #phy-cells = <1>;
> + syscon = <&pmu_system_controller>;
> + };
> +
> adc: adc@12d10000 {
> compatible = "samsung,exynos-adc-v1";
> reg = <0x12D10000 0x100>;
> --
> 2.7.4
>