diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-12-14 17:12:47 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-07 01:26:00 +0200 |
commit | 2f171d4043cf574cc003b3cbe0325b2fd02c2a43 (patch) | |
tree | 7e66a7d62771438f8d7fe040bc940bdb677d14b7 /arch/arm/boot/dts/rk3288-veyron-pinky.dts | |
parent | ARM: dts: rockchip: add rk3288-veyron-minnie backlight and panel settings (diff) | |
download | linux-2f171d4043cf574cc003b3cbe0325b2fd02c2a43.tar.xz linux-2f171d4043cf574cc003b3cbe0325b2fd02c2a43.zip |
ARM: dts: rockchip: override edp hpd handling on veyron-pinky and speedy
Pinky boards don't have the hotplug pin connected. So remove the
hotplug pinctrl setting and enable the force-hpd option, to allow
them to find the display too.
While on speedy boards, the hotplug pin is connected, judging by comments
in a chromeos change it seems the "panels HPD voltage is too low to be
detected", so it also needs the forced hotplug, as we of course also know
that a display is connected.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-pinky.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-pinky.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-pinky.dts b/arch/arm/boot/dts/rk3288-veyron-pinky.dts index 94b56e33d947..d44351ec2333 100644 --- a/arch/arm/boot/dts/rk3288-veyron-pinky.dts +++ b/arch/arm/boot/dts/rk3288-veyron-pinky.dts @@ -65,6 +65,13 @@ pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8 &emmc_reset>; }; +&edp { + /delete-property/pinctrl-names; + /delete-property/pinctrl-0; + + force-hpd; +}; + &gpio_keys { pinctrl-0 = <&pwr_key_h &ap_lid_int_l>; |