ARM: dts: exynos: adjust node names to DT spec in Odroid XU

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-8-krzk@kernel.org
This commit is contained in:
Krzysztof Kozlowski
2020-10-27 18:09:42 +01:00
parent 5a1323023f
commit e5fbceb07e

View File

@@ -500,7 +500,7 @@
&i2c_1 {
status = "okay";
max98090: max98090@10 {
max98090: audio-codec@10 {
compatible = "maxim,max98090";
reg = <0x10>;
interrupt-parent = <&gpj3>;