From: Hoegeun Kwon Date: Wed, 8 Mar 2017 06:55:32 +0000 (+0900) Subject: ARM: dts: Disable pixelvalve0/1 nodes as workaround X-Git-Tag: submit/tizen/20170801.050436~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fdbcec8240fff33b28d3402cb07b851e7ec841e;p=platform%2Fkernel%2Flinux-rpi3.git ARM: dts: Disable pixelvalve0/1 nodes as workaround Disable the pixelvalve0/1 nodes due to a problem that calls drmWaitVBlank using only the crtc index 0 on the platform. Until platform considers crtc index when calls drmWaitVBlank, this will make that HDMI using pixelvalve2 is crtc index 0 as workaround. Change-Id: I6142ed88c683fbe8d22144622e100693888146e5 Signed-off-by: Hoegeun Kwon --- diff --git a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts index c8873eca284f..4475d336b2ad 100644 --- a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts +++ b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts @@ -165,14 +165,6 @@ status = "okay"; }; -&pixelvalve0 { - status = "okay"; -}; - -&pixelvalve1 { - status = "okay"; -}; - &pixelvalve2 { status = "okay"; };