Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1637037

[PATCH 2/2] ARM: dts: rockchip: enable eDP panel at Firefly Release

From Randy Li <ayaka@soulik.info>
Newsgroups linux.kernel
Subject [PATCH 2/2] ARM: dts: rockchip: enable eDP panel at Firefly Release
Date 2017-05-08 00:00 +0200
Message-ID <tECnD-34t-7@gated-at.bofh.it> (permalink)
References <tECnD-34t-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Randy Li <ayaka@soulik.info>
---
 arch/arm/boot/dts/rk3288-firefly.dts | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/arch/arm/boot/dts/rk3288-firefly.dts b/arch/arm/boot/dts/rk3288-firefly.dts
index 14271be..b3964c8 100644
--- a/arch/arm/boot/dts/rk3288-firefly.dts
+++ b/arch/arm/boot/dts/rk3288-firefly.dts
@@ -48,10 +48,22 @@
 	compatible = "firefly,firefly-rk3288", "rockchip,rk3288";
 };
 
+&edp {
+	status = "okay";
+};
+
+&edp_phy {
+	status = "okay";
+};
+
 &ir {
 	gpios = <&gpio7 RK_PA0 GPIO_ACTIVE_LOW>;
 };
 
+&panel {
+	status = "okay";
+};
+
 &pinctrl {
 	act8846 {
 		pmic_vsel: pmic-vsel {
@@ -69,3 +81,19 @@
 &pwm1 {
 	status = "okay";
 };
+
+&vopb {
+	status = "okay";
+};
+
+&vopb_mmu {
+	status = "okay";
+};
+
+&vopl {
+	status = "okay";
+};
+
+&vopl_mmu {
+	status = "okay";
+};
-- 
2.9.3

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 2/2] ARM: dts: rockchip: enable eDP panel at Firefly Release Randy Li <ayaka@soulik.info> - 2017-05-08 00:00 +0200

csiph-web