提交 e9bfac54 编写于 作者: G 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: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 55ad5b1a
...@@ -281,8 +281,8 @@ ...@@ -281,8 +281,8 @@
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 @@ ...@@ -295,8 +295,8 @@
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册