File tree 1 file changed +40
-1
lines changed
1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change 45
45
rgb {
46
46
status = "okay";
47
47
48
- nvidia,panel = <&panel>;
48
+ port@0 {
49
+ lcd_output: endpoint {
50
+ remote-endpoint = <&lvds_encoder_input>;
51
+ bus-width = <18>;
52
+ };
53
+ };
49
54
};
50
55
};
51
56
778
783
};
779
784
};
780
785
786
+ lvds-encoder {
787
+ compatible = "ti,sn75lvds83", "lvds-encoder";
788
+
789
+ powerdown-gpios = <&gpio TEGRA_GPIO(B, 2) GPIO_ACTIVE_LOW>;
790
+ power-supply = <&vdd_3v3_sys>;
791
+
792
+ ports {
793
+ #address-cells = <1>;
794
+ #size-cells = <0>;
795
+
796
+ port@0 {
797
+ reg = <0>;
798
+
799
+ lvds_encoder_input: endpoint {
800
+ remote-endpoint = <&lcd_output>;
801
+ };
802
+ };
803
+
804
+ port@1 {
805
+ reg = <1>;
806
+
807
+ lvds_encoder_output: endpoint {
808
+ remote-endpoint = <&panel_input>;
809
+ };
810
+ };
811
+ };
812
+ };
813
+
781
814
panel: panel {
782
815
compatible = "chunghwa,claa101wa01a";
783
816
786
819
787
820
backlight = <&backlight>;
788
821
ddc-i2c-bus = <&lvds_ddc>;
822
+
823
+ port {
824
+ panel_input: endpoint {
825
+ remote-endpoint = <&lvds_encoder_output>;
826
+ };
827
+ };
789
828
};
790
829
791
830
vdd_5v0_reg: regulator@0 {
You can’t perform that action at this time.
0 commit comments