arm64: dts: exynos: adjust node names to DT spec in Exynos7 Espresso
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 27 Oct 2020 17:09:46 +0000 (18:09 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 28 Oct 2020 21:47:41 +0000 (22:47 +0100)
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-12-krzk@kernel.org
arch/arm64/boot/dts/exynos/exynos7-espresso.dts

index 92fecc5..695d4c1 100644 (file)
@@ -87,7 +87,7 @@
        samsung,i2c-max-bus-freq = <200000>;
        status = "okay";
 
-       s2mps15_pmic@66 {
+       pmic@66 {
                compatible = "samsung,s2mps15-pmic";
                reg = <0x66>;
                interrupts = <2 IRQ_TYPE_NONE>;