ARM: dts: Disable pixelvalve0/1 nodes as workaround
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 8 Mar 2017 06:55:32 +0000 (15:55 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 26 Jul 2017 05:25:20 +0000 (14:25 +0900)
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 <hoegeun.kwon@samsung.com>
arch/arm/boot/dts/bcm2710-rpi-3-b.dts

index c8873eca284f411538faa2a2985d9765932e80d4..4475d336b2ad0d3acabf82622bd5ceecbbf885f4 100644 (file)
        status = "okay";
 };
 
-&pixelvalve0 {
-       status = "okay";
-};
-
-&pixelvalve1 {
-       status = "okay";
-};
-
 &pixelvalve2 {
        status = "okay";
 };