summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2017-06-12 16:31:51 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2017-06-13 07:52:52 +0200
commitdc25ae957d745b093a06e39a2ab6e0575907e338 (patch)
tree3861deef13e192c7d57821e7872534c17a976c12
parente6ed43bc799c6d167755df2dc29577fa24a3b431 (diff)
arm64: rk3399-puma-edp.dts: switch to FullHD panel
The 1920x1080 (FullHD) resolution is more widely supported than the formerly-used 1920x1200. Signed-off-by: Jakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-puma-edp.dts9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma-edp.dts b/arch/arm64/boot/dts/rockchip/rk3399-puma-edp.dts
index 25d506659176..75813bc283da 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-puma-edp.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma-edp.dts
@@ -5,13 +5,8 @@
/ {
edp_panel: edp_panel {
- // The "auo,b133htn01" is a 1920x1080x60hz panel with timings that seem to work fine
- // on external DisplayPort monitors.
- // See drivers/gpu/drm/panel/panel-simple.c for how to define custom panels.
- //compatible = "auo,b133htn01", "panel-simple";
- // Generic 1920x1200x60Hz definition that works well for an Iiyama PL2485W monitor
- // connected via DisplayPort.
- compatible = "generic,1920x1200x60", "panel-simple";
+ // Generic 1920x1080x60 (FullHD) panel definition. Works well for normal DisplayPort monitors.
+ compatible = "generic,1920x1080x60", "panel-simple";
// The enable gpio is used to switch the hardware multiplexer (U29) to DisplayPort.
enable-gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>; // GPIO2_A2 = SEL_EDP_1V8
//backlight = <&backlight>;