arm64: dts: marvell: armada-37xx: Align the compatible string

This cosmetic patch aligns the compatible string when there are on
several lines.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Gregory CLEMENT 2017-06-13 12:34:03 +02:00
parent 718e46395c
commit 55ad5b1ae9
1 changed files with 3 additions and 3 deletions

View File

@ -163,7 +163,7 @@ tbg: tbg@13200 {
pinctrl_nb: pinctrl@13800 { pinctrl_nb: pinctrl@13800 {
compatible = "marvell,armada3710-nb-pinctrl", compatible = "marvell,armada3710-nb-pinctrl",
"syscon", "simple-mfd"; "syscon", "simple-mfd";
reg = <0x13800 0x100>, <0x13C00 0x20>; reg = <0x13800 0x100>, <0x13C00 0x20>;
gpionb: gpio { gpionb: gpio {
#gpio-cells = <2>; #gpio-cells = <2>;
@ -219,7 +219,7 @@ uart2_pins: uart2-pins {
pinctrl_sb: pinctrl@18800 { pinctrl_sb: pinctrl@18800 {
compatible = "marvell,armada3710-sb-pinctrl", compatible = "marvell,armada3710-sb-pinctrl",
"syscon", "simple-mfd"; "syscon", "simple-mfd";
reg = <0x18800 0x100>, <0x18C00 0x20>; reg = <0x18800 0x100>, <0x18C00 0x20>;
gpiosb: gpio { gpiosb: gpio {
#gpio-cells = <2>; #gpio-cells = <2>;
@ -294,7 +294,7 @@ 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>;