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:
Thierry Reding 2021-12-07 14:36:35 +01:00
parent 2b14cbd643
commit e7445ab7dc
3 changed files with 7 additions and 7 deletions

View File

@ -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 */
};

View File

@ -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 */
};

View File

@ -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 */
};
};