Commit e9bfac54 authored by Gregory CLEMENT's avatar Gregory CLEMENT

arm64: dts: marvell: armada-37xx: Use angle bracket for each register set

When several groups of register address and size are used with reg, then
surround each one by angle bracket.
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 55ad5b1a
...@@ -281,8 +281,8 @@ usb2: usb@5e000 { ...@@ -281,8 +281,8 @@ usb2: usb@5e000 {
xor@60900 { xor@60900 {
compatible = "marvell,armada-3700-xor"; compatible = "marvell,armada-3700-xor";
reg = <0x60900 0x100 reg = <0x60900 0x100>,
0x60b00 0x100>; <0x60b00 0x100>;
xor10 { xor10 {
interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
...@@ -295,8 +295,8 @@ xor11 { ...@@ -295,8 +295,8 @@ xor11 {
sdhci0: sdhci@d8000 { sdhci0: sdhci@d8000 {
compatible = "marvell,armada-3700-sdhci", compatible = "marvell,armada-3700-sdhci",
"marvell,sdhci-xenon"; "marvell,sdhci-xenon";
reg = <0xd8000 0x300 reg = <0xd8000 0x300>,
0x17808 0x4>; <0x17808 0x4>;
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&nb_periph_clk 0>; clocks = <&nb_periph_clk 0>;
clock-names = "core"; clock-names = "core";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment