summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc-plus.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-03-17 19:41:30 +0100
committerJernej Skrabec <jernej.skrabec@gmail.com>2024-04-15 23:09:55 +0200
commit0f47ef3ff1bdd743940325136c42164f283bf588 (patch)
tree43d49cae15a32a229054736e0b09d7dedb67cf0b /arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc-plus.dts
parentf5217bc4c94ee0ac846a9fabd63e69d658f44ccc (diff)
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-h3-orangepi-pc-plus.dts')
-rw-r--r--arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc-plus.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc-plus.dts b/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc-plus.dts
index babf4cf1b2f6..8a49b3376dfc 100644
--- a/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc-plus.dts
+++ b/arch/arm/boot/dts/allwinner/sun8i-h3-orangepi-pc-plus.dts
@@ -63,7 +63,7 @@
* Explicitly define the sdio device, so that we can add an ethernet
* alias for it (which e.g. makes u-boot set a mac-address).
*/
- rtl8189ftv: sdio_wifi@1 {
+ rtl8189ftv: wifi@1 {
reg = <1>;
};
};