arm64: tegra: Drop unit-address for audio card graph endpoints
Audio graph endpoints don't have a "reg" property, so they shouldn't have a unit-address either. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
2b14cbd643
commit
e7445ab7dc
|
|
@ -1031,7 +1031,7 @@
|
|||
i2s6_port: port@1 {
|
||||
reg = <1>;
|
||||
|
||||
i2s6_dap_ep: endpoint@0 {
|
||||
i2s6_dap_ep: endpoint {
|
||||
dai-format = "i2s";
|
||||
/* Place holder for external Codec */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -989,7 +989,7 @@
|
|||
i2s5_port: port@1 {
|
||||
reg = <1>;
|
||||
|
||||
i2s5_dap_ep: endpoint@0 {
|
||||
i2s5_dap_ep: endpoint {
|
||||
dai-format = "i2s";
|
||||
/* Place holder for external Codec */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -688,7 +688,7 @@
|
|||
i2s4_port: port@1 {
|
||||
reg = <1>;
|
||||
|
||||
i2s4_dap_ep: endpoint@0 {
|
||||
i2s4_dap_ep: endpoint {
|
||||
dai-format = "i2s";
|
||||
/* Placeholder for external Codec */
|
||||
};
|
||||
|
|
@ -706,7 +706,7 @@
|
|||
port@0 {
|
||||
reg = <0>;
|
||||
|
||||
dmic1_cif_ep: endpoint@0 {
|
||||
dmic1_cif_ep: endpoint {
|
||||
remote-endpoint = <&xbar_dmic1_ep>;
|
||||
};
|
||||
};
|
||||
|
|
@ -714,7 +714,7 @@
|
|||
dmic1_port: port@1 {
|
||||
reg = <1>;
|
||||
|
||||
dmic1_dap_ep: endpoint@0 {
|
||||
dmic1_dap_ep: endpoint {
|
||||
/* Placeholder for external Codec */
|
||||
};
|
||||
};
|
||||
|
|
@ -731,7 +731,7 @@
|
|||
port@0 {
|
||||
reg = <0>;
|
||||
|
||||
dmic2_cif_ep: endpoint@0 {
|
||||
dmic2_cif_ep: endpoint {
|
||||
remote-endpoint = <&xbar_dmic2_ep>;
|
||||
};
|
||||
};
|
||||
|
|
@ -739,7 +739,7 @@
|
|||
dmic2_port: port@1 {
|
||||
reg = <1>;
|
||||
|
||||
dmic2_dap_ep: endpoint@0 {
|
||||
dmic2_dap_ep: endpoint {
|
||||
/* Placeholder for external Codec */
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue