diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2024-04-01 17:09:49 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-04-24 09:49:38 +0300 |
commit | 345531df1cf864bbdba8d5a31c0b5519296c39cc (patch) | |
tree | 6fa5f2130af0ffddfbfa3117b965a792e6244d37 | |
parent | e80ab9c9782b8928c8a1392eae7ae52445bd3881 (diff) | |
download | linux-345531df1cf864bbdba8d5a31c0b5519296c39cc.tar.xz |
arm64: dts: uniphier: ld11-global: use generic node name for audio-codec
Devicetree specification expects node names to be generic, representing
the class of devices.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240401140952.97923-1-krzk@kernel.org
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts index da44a15a8adf..2f88e81b7ee3 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts @@ -111,7 +111,7 @@ &i2c0 { status = "okay"; - tas5707a@1d { + audio-codec@1d { compatible = "ti,tas5711"; reg = <0x1d>; reset-gpios = <&gpio UNIPHIER_GPIO_PORT(23, 4) GPIO_ACTIVE_LOW>; |