diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2017-08-02 12:26:25 +0200 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2017-08-02 12:32:14 +0200 |
commit | 207b6e6b5c9c72ef96ac0da5e9b7c15d1df9f725 (patch) | |
tree | dfa38f063533ef51cf3595c81c9efb059cbc2f8b /arch/arm64/boot/dts/arm/foundation-v8.dtsi | |
parent | arm64: dts: juno: Use the new coresight replicator string (diff) | |
download | linux-207b6e6b5c9c72ef96ac0da5e9b7c15d1df9f725.tar.xz linux-207b6e6b5c9c72ef96ac0da5e9b7c15d1df9f725.zip |
arm64: dts: juno: replace underscores with hyphen in device node names
Since underscores('_') are not allowed in the device tree nodes names,
replace all of them with hyphen('-') in device node names. Note that
underscores are however allowed in labels.
Reported-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'arch/arm64/boot/dts/arm/foundation-v8.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/arm/foundation-v8.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/foundation-v8.dtsi b/arch/arm64/boot/dts/arm/foundation-v8.dtsi index 7cfa8e414e7f..8ecdd4331980 100644 --- a/arch/arm64/boot/dts/arm/foundation-v8.dtsi +++ b/arch/arm64/boot/dts/arm/foundation-v8.dtsi @@ -226,7 +226,7 @@ clock-names = "uartclk", "apb_pclk"; }; - virtio_block@0130000 { + virtio-block@0130000 { compatible = "virtio,mmio"; reg = <0x130000 0x200>; interrupts = <42>; |