rockchip: fix "snd_soc_component_of_xlate_dai_id" error in dmesg

This commit is contained in:
Paolo Sabatino 2025-01-01 18:25:56 +01:00 committed by Igor
parent 54628d7d3e
commit b8f121511b
4 changed files with 8 additions and 4 deletions

View File

@ -451,7 +451,8 @@
&hdmi {
status = "okay";
hdmi_port: port {
hdmi_port: port@2 {
reg = <2>;
hdmi_ep: endpoint {
remote-endpoint = <&i2s0_ep>;
};

View File

@ -283,7 +283,8 @@
&hdmi {
ddc-i2c-bus = <&i2c5>;
status = "ok";
hdmi_port: port {
hdmi_port: port@2 {
reg = <2>;
hdmi_ep: endpoint {
remote-endpoint = <&i2s_ep>;
};

View File

@ -451,7 +451,8 @@
&hdmi {
status = "okay";
hdmi_port: port {
hdmi_port: port@2 {
reg = <2>;
hdmi_ep: endpoint {
remote-endpoint = <&i2s0_ep>;
};

View File

@ -283,7 +283,8 @@
&hdmi {
ddc-i2c-bus = <&i2c5>;
status = "ok";
hdmi_port: port {
hdmi_port: port@2 {
reg = <2>;
hdmi_ep: endpoint {
remote-endpoint = <&i2s_ep>;
};