Merge "ARM: dts: msm: dsi: support LCD panels" into display-kernel-dev.lnx.1.0
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ee3f731bac
@@ -7,6 +7,18 @@
|
|||||||
#include "sun-sde-display-common.dtsi"
|
#include "sun-sde-display-common.dtsi"
|
||||||
#include <dt-bindings/clock/qcom,dispcc-sun.h>
|
#include <dt-bindings/clock/qcom,dispcc-sun.h>
|
||||||
|
|
||||||
|
&pm8550_gpios {
|
||||||
|
display_panel_avdd_default: display_panel_avdd_default {
|
||||||
|
pins = "gpio11";
|
||||||
|
function = "normal";
|
||||||
|
input-disable;
|
||||||
|
output-enable;
|
||||||
|
bias-disable;
|
||||||
|
power-source = <1>;
|
||||||
|
qcom,drive-strength = <3>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
sde_wb1: qcom,wb-display@1 {
|
sde_wb1: qcom,wb-display@1 {
|
||||||
compatible = "qcom,wb-display";
|
compatible = "qcom,wb-display";
|
||||||
@@ -27,6 +39,7 @@
|
|||||||
regulator-min-microvolt = <5500000>;
|
regulator-min-microvolt = <5500000>;
|
||||||
regulator-max-microvolt = <5500000>;
|
regulator-max-microvolt = <5500000>;
|
||||||
regulator-enable-ramp-delay = <233>;
|
regulator-enable-ramp-delay = <233>;
|
||||||
|
gpio = <&pm8550_gpios 11 0>;
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
proxy-supply = <&display_panel_avdd>;
|
proxy-supply = <&display_panel_avdd>;
|
||||||
|
Reference in New Issue
Block a user