arm64: dts: uniphier: ld11-global: drop audio codec port unit address
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 1 Apr 2024 14:09:50 +0000 (16:09 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 24 Apr 2024 06:49:38 +0000 (08:49 +0200)
Audio codec port does not have "reg", thus it should not have unit
address, as reported by dtc W=1 warning:

  uniphier-ld11-global.dts:127.10-132.5: Warning (unit_address_vs_reg): /soc@0/i2c@58780000/tas5707a@1d/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-2-krzk@kernel.org
arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts

index 2f88e81b7ee3b50f96c1b8a46b5f686db8215d32..a251c4343548f47772e06a2a6f59851b7ac938f4 100644 (file)
                PVDD_C-supply = <&amp_vcc_reg>;
                PVDD_D-supply = <&amp_vcc_reg>;
 
-               port@0 {
+               port {
                        tas_speaker: endpoint {
                                dai-format = "i2s";
                                remote-endpoint = <&i2s_hpcmout1>;