From 4f0005e6fa40de9924689df1d527e61bdc31027d Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Wed, 5 Dec 2018 19:23:05 +0900 Subject: [PATCH] ARM: dts: bcm283x: Fix the priority of pixelvalve0 to the lowest value There is a problem that the vblank test can not be verified when the hdmi display is connected. Because the vblank test can only test crtc top index 0, 1. The Tizen mainly uses dsi and hdmi, so lower the priority of pixelvalve0 used with dpi. Change-Id: Id2b3024f5960d3526e7a815e47f6d802a13d38d3 Signed-off-by: Hoegeun Kwon --- arch/arm/boot/dts/bcm2835-common.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/bcm2835-common.dtsi b/arch/arm/boot/dts/bcm2835-common.dtsi index 7f46a6e..4c0eb5e2 100644 --- a/arch/arm/boot/dts/bcm2835-common.dtsi +++ b/arch/arm/boot/dts/bcm2835-common.dtsi @@ -76,12 +76,6 @@ interrupts = <2 29>; }; - pixelvalve@7e206000 { - compatible = "brcm,bcm2835-pixelvalve0"; - reg = <0x7e206000 0x100>; - interrupts = <2 13>; /* pwa0 */ - }; - pixelvalve@7e207000 { compatible = "brcm,bcm2835-pixelvalve1"; reg = <0x7e207000 0x100>; @@ -120,6 +114,12 @@ interrupts = <2 10>; /* pixelvalve */ }; + pixelvalve@7e206000 { + compatible = "brcm,bcm2835-pixelvalve0"; + reg = <0x7e206000 0x100>; + interrupts = <2 13>; /* pwa0 */ + }; + hdmi: hdmi@7e902000 { compatible = "brcm,bcm2835-hdmi"; reg = <0x7e902000 0x600>, -- 2.7.4