Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: at91sam9g15: Style cleanup

- use tags from included dtsi instead of duplicating the hierarchy

There are no differences in the generated .dtbs

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Link: https://lore.kernel.org/r/20190812212757.23432-6-uwe@kleine-koenig.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Uwe Kleine-König and committed by
Alexandre Belloni
c1ad3ffb a77eb442

+12 -16
+12 -16
arch/arm/boot/dts/at91sam9g15.dtsi
··· 11 11 / { 12 12 model = "Atmel AT91SAM9G15 SoC"; 13 13 compatible = "atmel,at91sam9g15", "atmel,at91sam9x5"; 14 + }; 14 15 15 - ahb { 16 - apb { 17 - pinctrl@fffff400 { 18 - atmel,mux-mask = < 19 - /* A B C */ 20 - 0xffffffff 0xffe0399f 0x00000000 /* pioA */ 21 - 0x00040000 0x00047e3f 0x00000000 /* pioB */ 22 - 0xfdffffff 0x00000000 0xb83fffff /* pioC */ 23 - 0x003fffff 0x003f8000 0x00000000 /* pioD */ 24 - >; 25 - }; 16 + &pinctrl { 17 + atmel,mux-mask = < 18 + /* A B C */ 19 + 0xffffffff 0xffe0399f 0x00000000 /* pioA */ 20 + 0x00040000 0x00047e3f 0x00000000 /* pioB */ 21 + 0xfdffffff 0x00000000 0xb83fffff /* pioC */ 22 + 0x003fffff 0x003f8000 0x00000000 /* pioD */ 23 + >; 24 + }; 26 25 27 - pmc: pmc@fffffc00 { 28 - compatible = "atmel,at91sam9g15-pmc", "atmel,at91sam9x5-pmc", "syscon"; 29 - }; 30 - }; 31 - }; 26 + &pmc { 27 + compatible = "atmel,at91sam9g15-pmc", "atmel,at91sam9x5-pmc", "syscon"; 32 28 };