diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-02-01 13:05:26 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-04 11:55:44 +0300 |
commit | 6096188af679b00aa4f55c641945628d3bd1c1bd (patch) | |
tree | 645747b2f3c97ed4dac917beaf5017ede8440453 /arch/arm/boot/dts/arm-realview-pb11mp.dts | |
parent | 1a66ab2ddc4756ee2887301a55d502139fe37e73 (diff) | |
download | linux-6096188af679b00aa4f55c641945628d3bd1c1bd.tar.xz |
ARM: dts: realview: PB11MPCore: define a standard VGA panel
Let's supply a standard VGA panel by default on the PB11MPCore,
this will work with most monitors. If more screen real estate is
desired, users can update the DPI definition.
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/arm-realview-pb11mp.dts')
-rw-r--r-- | arch/arm/boot/dts/arm-realview-pb11mp.dts | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/arm-realview-pb11mp.dts b/arch/arm/boot/dts/arm-realview-pb11mp.dts index 63d6a051839f..3944765ac4b0 100644 --- a/arch/arm/boot/dts/arm-realview-pb11mp.dts +++ b/arch/arm/boot/dts/arm-realview-pb11mp.dts @@ -627,16 +627,17 @@ }; }; + /* Standard 640x480 VGA timings */ panel-timing { - clock-frequency = <63500127>; - hactive = <1024>; - hback-porch = <152>; - hfront-porch = <48>; - hsync-len = <104>; - vactive = <768>; - vback-porch = <23>; - vfront-porch = <3>; - vsync-len = <4>; + clock-frequency = <25175000>; + hactive = <640>; + hback-porch = <48>; + hfront-porch = <16>; + hsync-len = <96>; + vactive = <480>; + vback-porch = <33>; + vfront-porch = <10>; + vsync-len = <2>; }; }; }; |