From dc25ae957d745b093a06e39a2ab6e0575907e338 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 12 Jun 2017 16:31:51 +0200 Subject: 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 --- arch/arm64/boot/dts/rockchip/rk3399-puma-edp.dts | 9 ++------- 1 file 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>; -- cgit v1.2.3