Skip to content

Commit 6325289

Browse files
committed
arm64: dts: uniphier: ld20-global: drop audio codec port unit address
Audio codec port does not have "reg", thus it should not have unit address, as reported by dtc W=1 warning: uniphier-ld20-global.dts:127.10-132.5: Warning (unit_address_vs_reg): /soc@0/i2c@58780000/tas5707@1b/port@0: node has a unit name, but no reg or ranges property Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240401140952.97923-4-krzk@kernel.org
1 parent e505949 commit 6325289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
PVDD_C-supply = <&amp_vcc_reg>;
125125
PVDD_D-supply = <&amp_vcc_reg>;
126126

127-
port@0 {
127+
port {
128128
tas_speaker: endpoint {
129129
dai-format = "i2s";
130130
remote-endpoint = <&i2s_hpcmout1>;

0 commit comments

Comments
 (0)