mirror of https://github.com/armbian/build.git
rockchip: fix "snd_soc_component_of_xlate_dai_id" error in dmesg
This commit is contained in:
parent
54628d7d3e
commit
b8f121511b
|
@ -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>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue