Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- &mdss {
- status = "okay";
- };
- &mdss_dp0 {
- status = "okay";
- };
- &mdss_dp0_out {
- data-lanes = <0 1 2 3>;
- };
- &mdss_dp1 {
- status = "okay";
- };
- &mdss_dp1_out {
- data-lanes = <0 1 2 3>;
- };
- &mdss_dp2 {
- status = "okay";
- };
- &mdss_dp2_out {
- data-lanes = <0 1 2 3>;
- };
- &mdss_dp3 {
- compatible = "qcom,x1e80100-dp";
- /delete-property/ #sound-dai-cells;
- status = "okay";
- aux-bus {
- panel {
- compatible = "edp-panel";
- enable-gpios = <&pmc8380_3_gpios 4 GPIO_ACTIVE_HIGH>;
- power-supply = <&vreg_edp_3p3>;
- pinctrl-0 = <&edp_bl_en>;
- pinctrl-names = "default";
- port {
- edp_panel_in: endpoint {
- remote-endpoint = <&mdss_dp3_out>;
- };
- };
- };
- };
- ports {
- port@1 {
- reg = <1>;
- mdss_dp3_out: endpoint {
- data-lanes = <0 1 2 3>;
- link-frequencies = /bits/ 64 <1620000000 2700000000 5400000000 8100000000>;
- remote-endpoint = <&edp_panel_in>;
- };
- };
- };
- };
- &mdss_dp3_phy {
- vdda-phy-supply = <&vreg_l3j_0p8>;
- vdda-pll-supply = <&vreg_l2j_1p2>;
- status = "okay";
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement