tegra234: Avoid new label of node which is already labeled

The i2s4 endpoint node is already labeled as i2s4_dap

bus@0->aconnect@2900000->ahub@2900800->i2s@2901300->ports->port@1->endpoint.
So avoid relabeling again of same node, use the existing label.

This will help matching the file with kernel 6.5.rc2

Bug 4037899

Change-Id: I7206510f6556406bb4fb5b311a5832b79118aa0f
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2948445
Reviewed-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Sheetal . <sheetal@nvidia.com>
Reviewed-by: Mohan Kumar D <mkumard@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-08-04 05:30:03 +00:00
committed by mobile promotions
parent 8e955b03dd
commit 2bfd356c6d

View File

@@ -1,4 +1,5 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
#include <dt-bindings/sound/rt5640.h> #include <dt-bindings/sound/rt5640.h>
/ { / {
@@ -10,7 +11,7 @@
i2s@2901300 { i2s@2901300 {
ports { ports {
port@1 { port@1 {
i2s4_dap_ep: endpoint { endpoint {
dai-format = "i2s"; dai-format = "i2s";
remote-endpoint = <&rt5640_ep>; remote-endpoint = <&rt5640_ep>;
}; };
@@ -22,8 +23,8 @@
ports { ports {
port@1 { port@1 {
endpoint { endpoint {
bitclock-master; bitclock-master;
frame-master; frame-master;
}; };
}; };
}; };
@@ -54,7 +55,7 @@
port { port {
rt5640_ep: endpoint { rt5640_ep: endpoint {
remote-endpoint = <&i2s4_dap_ep>; remote-endpoint = <&i2s4_dap>;
mclk-fs = <256>; mclk-fs = <256>;
}; };
}; };
@@ -72,7 +73,6 @@
size = <256>; size = <256>;
read-only; read-only;
}; };
}; };
padctl@3520000 { padctl@3520000 {