Message ID | 1434113958-15877-21-git-send-email-human.hwang@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Please ignore this mail. I didn't know that "git send *" includes all files in the subdirectories. I am very sorry for disturbing you. Best regards, Hyungwon Hwang On Fri, 12 Jun 2015 21:59:15 +0900 Hyungwon Hwang <human.hwang@samsung.com> wrote: > Exynos mipi phy driver needs syscon node to be probed successfully. > > Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> > --- > arch/arm/boot/dts/exynos3250.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/exynos3250.dtsi > b/arch/arm/boot/dts/exynos3250.dtsi index e3bfb11..f8c02dd 100644 > --- a/arch/arm/boot/dts/exynos3250.dtsi > +++ b/arch/arm/boot/dts/exynos3250.dtsi > @@ -140,6 +140,7 @@ > compatible = > "samsung,s5pv210-mipi-video-phy"; reg = <0x10020710 8>; > #phy-cells = <1>; > + syscon = <&pmu_system_controller>; > }; > > pd_cam: cam-power-domain@10023C00 {
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi index e3bfb11..f8c02dd 100644 --- a/arch/arm/boot/dts/exynos3250.dtsi +++ b/arch/arm/boot/dts/exynos3250.dtsi @@ -140,6 +140,7 @@ compatible = "samsung,s5pv210-mipi-video-phy"; reg = <0x10020710 8>; #phy-cells = <1>; + syscon = <&pmu_system_controller>; }; pd_cam: cam-power-domain@10023C00 {
Exynos mipi phy driver needs syscon node to be probed successfully. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> --- arch/arm/boot/dts/exynos3250.dtsi | 1 + 1 file changed, 1 insertion(+)