diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-13 06:34:03 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-17 02:19:23 -0400 |
commit | 55ad5b1ae9745ed14715d832580d4551fefe2481 (patch) | |
tree | 083504ac95405d6263a93745deb3aa1b6ae9ebd4 | |
parent | 718e46395c66959a88f2e450dad21cfb03ee4f48 (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 4d495ec39202..c1076fd0bd9e 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi | |||
@@ -163,7 +163,7 @@ | |||
163 | 163 | ||
164 | pinctrl_nb: pinctrl@13800 { | 164 | pinctrl_nb: pinctrl@13800 { |
165 | compatible = "marvell,armada3710-nb-pinctrl", | 165 | compatible = "marvell,armada3710-nb-pinctrl", |
166 | "syscon", "simple-mfd"; | 166 | "syscon", "simple-mfd"; |
167 | reg = <0x13800 0x100>, <0x13C00 0x20>; | 167 | reg = <0x13800 0x100>, <0x13C00 0x20>; |
168 | gpionb: gpio { | 168 | gpionb: gpio { |
169 | #gpio-cells = <2>; | 169 | #gpio-cells = <2>; |
@@ -219,7 +219,7 @@ | |||
219 | 219 | ||
220 | pinctrl_sb: pinctrl@18800 { | 220 | pinctrl_sb: pinctrl@18800 { |
221 | compatible = "marvell,armada3710-sb-pinctrl", | 221 | compatible = "marvell,armada3710-sb-pinctrl", |
222 | "syscon", "simple-mfd"; | 222 | "syscon", "simple-mfd"; |
223 | reg = <0x18800 0x100>, <0x18C00 0x20>; | 223 | reg = <0x18800 0x100>, <0x18C00 0x20>; |
224 | gpiosb: gpio { | 224 | gpiosb: gpio { |
225 | #gpio-cells = <2>; | 225 | #gpio-cells = <2>; |
@@ -294,7 +294,7 @@ | |||
294 | 294 | ||
295 | sdhci0: sdhci@d8000 { | 295 | sdhci0: sdhci@d8000 { |
296 | compatible = "marvell,armada-3700-sdhci", | 296 | compatible = "marvell,armada-3700-sdhci", |
297 | "marvell,sdhci-xenon"; | 297 | "marvell,sdhci-xenon"; |
298 | reg = <0xd8000 0x300 | 298 | reg = <0xd8000 0x300 |
299 | 0x17808 0x4>; | 299 | 0x17808 0x4>; |
300 | interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; | 300 | interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; |