ARM: dts: bcm283x: Fix the priority of pixelvalve0 to the lowest value 50/198850/1 accepted/tizen/5.0/unified/20190131.061541 submit/tizen_5.0/20190130.091426
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 5 Dec 2018 10:23:05 +0000 (19:23 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 30 Jan 2019 08:57:34 +0000 (17:57 +0900)
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 <hoegeun.kwon@samsung.com>
arch/arm/boot/dts/bcm283x.dtsi

index 22eca6fad4271a4f2f73eaf707b964f2f7e1ab54..60c1d2493cbcf341edd9b7a53ab527bdb8f117a0 100644 (file)
                        status = "disabled";
                };
 
-               pixelvalve@7e206000 {
-                       compatible = "brcm,bcm2835-pixelvalve0";
-                       reg = <0x7e206000 0x100>;
-                       interrupts = <2 13>; /* pwa0 */
-               };
-
                pixelvalve@7e207000 {
                        compatible = "brcm,bcm2835-pixelvalve1";
                        reg = <0x7e207000 0x100>;
                        interrupts = <2 14>; /* pwa1 */
                };
 
+               pixelvalve@7e807000 {
+                       compatible = "brcm,bcm2835-pixelvalve2";
+                       reg = <0x7e807000 0x100>;
+                       interrupts = <2 10>; /* pixelvalve */
+               };
+
+               pixelvalve@7e206000 {
+                       compatible = "brcm,bcm2835-pixelvalve0";
+                       reg = <0x7e206000 0x100>;
+                       interrupts = <2 13>; /* pwa0 */
+               };
+
                dpi: dpi@7e208000 {
                        compatible = "brcm,bcm2835-dpi";
                        reg = <0x7e208000 0x8c>;
                        status = "disabled";
                };
 
-               pixelvalve@7e807000 {
-                       compatible = "brcm,bcm2835-pixelvalve2";
-                       reg = <0x7e807000 0x100>;
-                       interrupts = <2 10>; /* pixelvalve */
-               };
-
                hdmi: hdmi@7e902000 {
                        compatible = "brcm,bcm2835-hdmi";
                        reg = <0x7e902000 0x600>,