diff options
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2017-03-08 15:55:32 +0900 |
---|---|---|
committer | Joonyoung Shim <jy0922.shim@samsung.com> | 2017-03-08 22:30:55 -0800 |
commit | e335bde2d525b0064145d0b75ef8e18246deac3c (patch) | |
tree | 560b85ce67253e7988f3af1c93dda0b93f0ba2e2 | |
parent | 52833dc83246de51581783189e0ae2e3a2ac51ac (diff) | |
download | linux-rpi3-e335bde2d525b0064145d0b75ef8e18246deac3c.tar.gz linux-rpi3-e335bde2d525b0064145d0b75ef8e18246deac3c.tar.bz2 linux-rpi3-e335bde2d525b0064145d0b75ef8e18246deac3c.zip |
ARM: dts: Disable pixelvalve0/1 nodes as workaroundsubmit/tizen_unified/20170313.035554submit/tizen/20170310.051019accepted/tizen/unified/20170313.043845accepted/tizen/common/20170310.122320
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>
-rw-r--r-- | arch/arm/boot/dts/bcm2710-rpi-3-b.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts index 99b1f4d2bc43..cac6e2b58d5f 100644 --- a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts +++ b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts @@ -160,14 +160,6 @@ status = "okay"; }; -&pixelvalve0 { - status = "okay"; -}; - -&pixelvalve1 { - status = "okay"; -}; - &pixelvalve2 { status = "okay"; }; |