aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2014-07-21 12:36:09 +0100
committerJon Medhurst <tixy@linaro.org>2015-06-30 10:12:49 +0100
commit776180c795b58cb149da4f73b178ac205f1d725c (patch)
tree6a1e436535b607a8030dfb6b3a5aabe0c2d498c8
parent27b8a3974c3e783ab198e4ff4b7762576292e57a (diff)
arm64: Juno: Comment out the secondary HDLCD controllerlsk-3.10-armlt-drm-hdlcd
The HDLCD controllers on Juno share the same PLL for the pixel clock output. If the secondary output is not connected to a monitor with the same resolution as the primary output, or to a monitor with VGA resolution, it will cause the pixel clock to be set to the wrong value for the primary output. Comment out the secondary HDLCD controller for now. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm64/boot/dts/juno.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/juno.dts b/arch/arm64/boot/dts/juno.dts
index af2782bd2725..013c31be01ef 100644
--- a/arch/arm64/boot/dts/juno.dts
+++ b/arch/arm64/boot/dts/juno.dts
@@ -244,7 +244,7 @@
}; */
};
- hdlcd@7ff50000 {
+ /* hdlcd@7ff50000 {
compatible = "arm,hdlcd";
reg = <0 0x7ff50000 0 0x1000>;
interrupts = <0 93 4>;
@@ -255,7 +255,7 @@
display-timings {
native-mode = <&timing1>;
timing1: timing@1 {
- /* 1024 x 768 framebufer, standard VGA timings */
+ /* 1024 x 768 framebufer, standard VGA timings * /
clock-frequency = <65000>;
hactive = <1024>;
vactive = <768>;
@@ -267,7 +267,7 @@
vsync-len = <6>;
};
};
- };
+ }; */
gpu@0x2d000000 {
compatible = "arm,malit6xx", "arm,mali";