mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rockchip: fix "snd_soc_component_of_xlate_dai_id" error in dmesg
This commit is contained in:
@@ -451,7 +451,8 @@
|
|||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
hdmi_port: port {
|
hdmi_port: port@2 {
|
||||||
|
reg = <2>;
|
||||||
hdmi_ep: endpoint {
|
hdmi_ep: endpoint {
|
||||||
remote-endpoint = <&i2s0_ep>;
|
remote-endpoint = <&i2s0_ep>;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -283,7 +283,8 @@
|
|||||||
&hdmi {
|
&hdmi {
|
||||||
ddc-i2c-bus = <&i2c5>;
|
ddc-i2c-bus = <&i2c5>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
hdmi_port: port {
|
hdmi_port: port@2 {
|
||||||
|
reg = <2>;
|
||||||
hdmi_ep: endpoint {
|
hdmi_ep: endpoint {
|
||||||
remote-endpoint = <&i2s_ep>;
|
remote-endpoint = <&i2s_ep>;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -451,7 +451,8 @@
|
|||||||
|
|
||||||
&hdmi {
|
&hdmi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
hdmi_port: port {
|
hdmi_port: port@2 {
|
||||||
|
reg = <2>;
|
||||||
hdmi_ep: endpoint {
|
hdmi_ep: endpoint {
|
||||||
remote-endpoint = <&i2s0_ep>;
|
remote-endpoint = <&i2s0_ep>;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -283,7 +283,8 @@
|
|||||||
&hdmi {
|
&hdmi {
|
||||||
ddc-i2c-bus = <&i2c5>;
|
ddc-i2c-bus = <&i2c5>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
hdmi_port: port {
|
hdmi_port: port@2 {
|
||||||
|
reg = <2>;
|
||||||
hdmi_ep: endpoint {
|
hdmi_ep: endpoint {
|
||||||
remote-endpoint = <&i2s_ep>;
|
remote-endpoint = <&i2s_ep>;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user