diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-10-27 18:09:39 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-10-28 22:46:25 +0100 |
commit | 108463f568135255e1bd4847f66d41a2c1665920 (patch) | |
tree | 4b925f18dfaec4691e67f25d09092899df665d43 /arch/arm/boot/dts/exynos4412-itop-elite.dts | |
parent | 43552e6d5a6109df05ea038f512a20b45ca5010c (diff) |
ARM: dts: exynos: adjust node names to DT spec in Exynos4412 boards
The Devicetree specification expects device node names to have a generic
name, representing the class of a device. Also the convention for node
names is to use hyphens, not underscores.
No functional changes.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201027170947.132725-5-krzk@kernel.org
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-itop-elite.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-itop-elite.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-itop-elite.dts b/arch/arm/boot/dts/exynos4412-itop-elite.dts index f6d0a5f5d339..47431307cb3c 100644 --- a/arch/arm/boot/dts/exynos4412-itop-elite.dts +++ b/arch/arm/boot/dts/exynos4412-itop-elite.dts @@ -175,7 +175,7 @@ pinctrl-names = "default"; status = "okay"; - codec: wm8960@1a { + codec: audio-codec@1a { compatible = "wlf,wm8960"; reg = <0x1a>; clocks = <&pmu_system_controller 0>; |