summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-03-17 21:41:30 +0300
committerJernej Skrabec <jernej.skrabec@gmail.com>2024-04-16 00:09:55 +0300
commit0f47ef3ff1bdd743940325136c42164f283bf588 (patch)
tree43d49cae15a32a229054736e0b09d7dedb67cf0b /arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts
parentf5217bc4c94ee0ac846a9fabd63e69d658f44ccc (diff)
downloadlinux-0f47ef3ff1bdd743940325136c42164f283bf588.tar.xz
arm: dts: allwinner: drop underscore in node names
Underscores should not be used in node names (dtc with W=2 warns about them), so replace them with hyphens. Use also generic name for pwrseq node, because generic naming is favored by Devicetree spec. All the clocks affected by this change use clock-output-names, so resulting clock name should not change. Functional impact checked with comparing before/after DTBs with dtx_diff and fdtdump. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20240317184130.157695-4-krzysztof.kozlowski@linaro.org Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts')
-rw-r--r--arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts b/arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts
index 95543a9c2118..75067522ff59 100644
--- a/arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts
+++ b/arch/arm/boot/dts/allwinner/sun8i-r16-parrot.dts
@@ -75,7 +75,7 @@
};
};
- wifi_pwrseq: wifi_pwrseq {
+ wifi_pwrseq: pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL06 */
};