diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2024-04-01 16:09:51 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-04-24 08:49:39 +0200 |
commit | e505949abaa4f616b166430719767867ce26bdc6 (patch) | |
tree | 2890ffdf0f5a02733a79c05b3dbc1865a3b74e72 | |
parent | 2e2798377b8b086832512dc4826b1b4c6a59aa2b (diff) |
arm64: dts: uniphier: ld20-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-3-krzk@kernel.org
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts index a01579cb3b79..a4c86137f424 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts @@ -111,7 +111,7 @@ &i2c0 { status = "okay"; - tas5707@1b { + audio-codec@1b { compatible = "ti,tas5711"; reg = <0x1b>; reset-gpios = <&gpio UNIPHIER_GPIO_PORT(0, 0) GPIO_ACTIVE_LOW>; |