]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: arm: Use hyphen in node names
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Tue, 23 Dec 2025 15:24:58 +0000 (16:24 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Thu, 1 Jan 2026 17:31:07 +0000 (17:31 +0000)
DTS coding style prefers hyphens instead of underscores in the node
names.  Change should be safe, because node names are not considered an
ABI.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Acked-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Message-Id: <20251223152457.155392-3-krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/morello-fvp.dts

index 2072c0b72325b478b28ebc04161c1e8a5ecbd644..4a3f217555f77e287b399c05a717f8c06b868af0 100644 (file)
                clock-output-names = "bp:clock24mhz";
        };
 
-       block_0: virtio_block@1c170000 {
+       block_0: virtio-block@1c170000 {
                compatible = "virtio,mmio";
                reg = <0x0 0x1c170000 0x0 0x200>;
                interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
        };
 
-       net_0: virtio_net@1c180000 {
+       net_0: virtio-net@1c180000 {
                compatible = "virtio,mmio";
                reg = <0x0 0x1c180000 0x0 0x200>;
                interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
        };
 
-       rng_0: virtio_rng@1c190000 {
+       rng_0: virtio-rng@1c190000 {
                compatible = "virtio,mmio";
                reg = <0x0 0x1c190000 0x0 0x200>;
                interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
        };
 
-       p9_0: virtio_p9@1c1a0000 {
+       p9_0: virtio-p9@1c1a0000 {
                compatible = "virtio,mmio";
                reg = <0x0 0x1c1a0000 0x0 0x200>;
                interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;