Advertisement
jglathe

Untitled

Sep 24th, 2024
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. &mdss {
  2. status = "okay";
  3. };
  4.  
  5. &mdss_dp0 {
  6. status = "okay";
  7. };
  8.  
  9. &mdss_dp0_out {
  10. data-lanes = <0 1 2 3>;
  11. };
  12.  
  13. &mdss_dp1 {
  14. status = "okay";
  15. };
  16.  
  17. &mdss_dp1_out {
  18. data-lanes = <0 1 2 3>;
  19. };
  20.  
  21. &mdss_dp2 {
  22. status = "okay";
  23. };
  24.  
  25. &mdss_dp2_out {
  26. data-lanes = <0 1 2 3>;
  27. };
  28.  
  29. &mdss_dp3 {
  30. compatible = "qcom,x1e80100-dp";
  31. /delete-property/ #sound-dai-cells;
  32.  
  33. status = "okay";
  34.  
  35. aux-bus {
  36. panel {
  37. compatible = "edp-panel";
  38. enable-gpios = <&pmc8380_3_gpios 4 GPIO_ACTIVE_HIGH>;
  39. power-supply = <&vreg_edp_3p3>;
  40.  
  41. pinctrl-0 = <&edp_bl_en>;
  42. pinctrl-names = "default";
  43.  
  44. port {
  45. edp_panel_in: endpoint {
  46. remote-endpoint = <&mdss_dp3_out>;
  47. };
  48. };
  49. };
  50. };
  51.  
  52. ports {
  53. port@1 {
  54. reg = <1>;
  55.  
  56. mdss_dp3_out: endpoint {
  57. data-lanes = <0 1 2 3>;
  58. link-frequencies = /bits/ 64 <1620000000 2700000000 5400000000 8100000000>;
  59.  
  60. remote-endpoint = <&edp_panel_in>;
  61. };
  62. };
  63. };
  64. };
  65.  
  66. &mdss_dp3_phy {
  67. vdda-phy-supply = <&vreg_l3j_0p8>;
  68. vdda-pll-supply = <&vreg_l2j_1p2>;
  69.  
  70. status = "okay";
  71. };
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement