diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi index 07763091a..ae2b3a102 100644 --- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi @@ -105,6 +105,16 @@ framebuffer: framebuffer@ff700000 { }; }; + panel { + compatible = "newhaven,nhd-4.3-480272ef-atxl"; + + port { + panel_in: endpoint { + remote-endpoint = <&dpi1_out>; + }; + }; + }; + leds { compatible = "gpio-leds"; pinctrl-names = "default"; @@ -153,17 +163,6 @@ sound_master: simple-audio-card,codec { clocks = <&tlv320_mclk>; }; }; - - hdmi: connector { - compatible = "hdmi-connector"; - label = "hdmi"; - type = "a"; - port { - hdmi_connector_in: endpoint { - remote-endpoint = <&sii9022_out>; - }; - }; - }; }; &main_pmx0 { @@ -386,37 +385,6 @@ tlv320aic3106: audio-codec@1b { DRVDD-supply = <&vcc_3v3_sys>; }; - sii9022: sii9022@3b { - #sound-dai-cells = <0>; - compatible = "sil,sii9022"; - reg = <0x3b>; - - interrupt-parent = <&exp1>; - interrupts = <16 IRQ_TYPE_EDGE_FALLING>; - - sil,i2s-data-lanes = < 0 >; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - - sii9022_in: endpoint { - remote-endpoint = <&dpi1_out>; - }; - }; - - port@1 { - reg = <1>; - - sii9022_out: endpoint { - remote-endpoint = <&hdmi_connector_in>; - }; - }; - }; - }; }; &main_i2c2 { @@ -564,7 +532,7 @@ port@1 { reg = <1>; dpi1_out: endpoint { - remote-endpoint = <&sii9022_in>; + remote-endpoint = <&panel_in>; }; }; };