Skip to content

Commit f0d0f08

Browse files
krzksudeep-holla
authored andcommitted
arm64: dts: arm: Use hyphen in node names
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>
1 parent 01a23e3 commit f0d0f08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/arm/morello-fvp.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@
2525
clock-output-names = "bp:clock24mhz";
2626
};
2727

28-
block_0: virtio_block@1c170000 {
28+
block_0: virtio-block@1c170000 {
2929
compatible = "virtio,mmio";
3030
reg = <0x0 0x1c170000 0x0 0x200>;
3131
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
3232
};
3333

34-
net_0: virtio_net@1c180000 {
34+
net_0: virtio-net@1c180000 {
3535
compatible = "virtio,mmio";
3636
reg = <0x0 0x1c180000 0x0 0x200>;
3737
interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
3838
};
3939

40-
rng_0: virtio_rng@1c190000 {
40+
rng_0: virtio-rng@1c190000 {
4141
compatible = "virtio,mmio";
4242
reg = <0x0 0x1c190000 0x0 0x200>;
4343
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
4444
};
4545

46-
p9_0: virtio_p9@1c1a0000 {
46+
p9_0: virtio-p9@1c1a0000 {
4747
compatible = "virtio,mmio";
4848
reg = <0x0 0x1c1a0000 0x0 0x200>;
4949
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)