ARM: dts: exynos: Fix DTC unit name warnings in Exynos3250
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 6 Apr 2016 02:00:41 +0000 (11:00 +0900)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 13 Apr 2016 09:14:49 +0000 (11:14 +0200)
Fix following DTC warnings in Exynos3250 boards:

Warning (unit_address_vs_reg): Node /soc/video-phy@10020710 has a unit name, but no reg property

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/arm/boot/dts/exynos3250.dtsi

index 13d00f94cb818249402c39d2cbf28bfa17dd5f8f..094782b207ee138362d294f4770438a175a77730 100644 (file)
                        interrupt-parent = <&gic>;
                };
 
-               mipi_phy: video-phy@10020710 {
+               mipi_phy: video-phy {
                        compatible = "samsung,s5pv210-mipi-video-phy";
                        #phy-cells = <1>;
                        syscon = <&pmu_system_controller>;
This page took 0.026249 seconds and 5 git commands to generate.