Skip to content
Snippets Groups Projects
Commit 0691f0a3 authored by Dietmar Muscholik's avatar Dietmar Muscholik
Browse files

dts:seco-genio-common.dtsi: mediatek dsi-driver repaired to support

bridges

 - dummy bridge-driver changed to sn65dsi84
 - all the wiring is done in in the base-dt rather than in the overlays
parent 56b1165d
No related branches found
No related tags found
1 merge request!50drivers:gpu:drm:mediatek:mtk_dsi.c: dsi-driver repaired to support bridges
Pipeline #116176 passed with stage
in 19 seconds
...@@ -531,6 +531,23 @@ can_clk: can-clk { ...@@ -531,6 +531,23 @@ can_clk: can-clk {
clock-frequency = <20000000>; clock-frequency = <20000000>;
clock-output-names = "can-clk"; clock-output-names = "can-clk";
}; };
lvds_panel: lvds-panel {
compatible = "panel-lvds";
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
panel0_in: endpoint {
remote-endpoint = <&lvds_bridge_out>;
};
};
};
};
}; };
&afe { &afe {
...@@ -599,6 +616,16 @@ &hdmi0 { ...@@ -599,6 +616,16 @@ &hdmi0 {
status = "okay"; status = "okay";
}; };
&dsi0 {
ports {
port {
dsi0_out: endpoint {
remote-endpoint = <&lvds_bridge_in>;
};
};
};
};
&pio { &pio {
aud_pins_default: audiodefault { aud_pins_default: audiodefault {
pins-cmd-dat { pins-cmd-dat {
...@@ -1133,14 +1160,36 @@ it5205fn: it5205fn@48 { ...@@ -1133,14 +1160,36 @@ it5205fn: it5205fn@48 {
status = "okay"; status = "okay";
}; };
*/ */
lvds_bridge: lvds-bridge@2c { lvds_bridge: lvds-bridge@2c {
compatible = "seco,i2cdummy"; compatible = "ti,sn65dsi84";
reg = <0x2c>; reg = <0x2c>;
enable-gpios = <&pio 12 GPIO_ACTIVE_HIGH>; enable-gpios = <&pio 12 GPIO_ACTIVE_HIGH>;
status = "disabled"; status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
lvds_bridge_in: endpoint {
remote-endpoint =<&dsi0_out>;
data-lanes = <1 2 3 4>;
};
};
port@2 {
reg = <2>;
lvds_bridge_out: endpoint {
remote-endpoint =<&panel0_in>;
};
};
};
}; };
rtc1: rtc@51 { rtc1: rtc@51 {
compatible = "nxp,pcf85063tp"; compatible = "nxp,pcf85063tp";
reg = <0x51>; reg = <0x51>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment