mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
ARM: dts: rockchip: enable the eDP on rk3288 veyron devices
After hooking up panel and backlight informations, enable the edp on veyron chromebooks now. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Douglas Anderson <dianders@chromium.org>
This commit is contained in:
parent
03deaf4a81
commit
37aedb29b9
1 changed files with 43 additions and 0 deletions
|
|
@ -111,6 +111,14 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
power-supply = <&vcc33_lcd>;
|
power-supply = <&vcc33_lcd>;
|
||||||
backlight = <&backlight>;
|
backlight = <&backlight>;
|
||||||
|
|
||||||
|
ports {
|
||||||
|
panel_in: port {
|
||||||
|
panel_in_edp: endpoint {
|
||||||
|
remote-endpoint = <&edp_out_panel>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/* A non-regulated voltage from power supply or battery */
|
/* A non-regulated voltage from power supply or battery */
|
||||||
|
|
@ -154,6 +162,29 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&edp {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&edp_hpd>;
|
||||||
|
|
||||||
|
ports {
|
||||||
|
edp_out: port@1 {
|
||||||
|
reg = <1>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
edp_out_panel: endpoint {
|
||||||
|
reg = <0>;
|
||||||
|
remote-endpoint = <&panel_in_edp>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&edp_phy {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&gpio_keys {
|
&gpio_keys {
|
||||||
pinctrl-0 = <&pwr_key_l &ap_lid_int_l>;
|
pinctrl-0 = <&pwr_key_l &ap_lid_int_l>;
|
||||||
lid {
|
lid {
|
||||||
|
|
@ -166,6 +197,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pwm0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&rk808 {
|
&rk808 {
|
||||||
vcc11-supply = <&vcc_5v>;
|
vcc11-supply = <&vcc_5v>;
|
||||||
|
|
||||||
|
|
@ -219,6 +254,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&vopl {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&vopl_mmu {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
pinctrl-0 = <
|
pinctrl-0 = <
|
||||||
/* Common for sleep and wake, but no owners */
|
/* Common for sleep and wake, but no owners */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue