diff options
author | Uwe Kleine-König <uwe@kleine-koenig.org> | 2019-08-13 00:27:55 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-08-21 19:41:36 +0300 |
commit | b222de0242dfb7efaa6e35b68ce844878667ca82 (patch) | |
tree | 84b57cf663f5f19540477c3c6443ed94c09f7f42 /arch/arm/boot/dts/at91sam9g35ek.dts | |
parent | c1ad3ffb182e31eb445b7afbb0c02c70a3eef48f (diff) | |
download | linux-b222de0242dfb7efaa6e35b68ce844878667ca82.tar.xz |
ARM: dts: at91: at91sam9xx5ek: Style cleanup
- newline between properties and sub-nodes
- 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-7-uwe@kleine-koenig.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g35ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g35ek.dts | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/arch/arm/boot/dts/at91sam9g35ek.dts b/arch/arm/boot/dts/at91sam9g35ek.dts index 449ec712ab52..f966b56de63c 100644 --- a/arch/arm/boot/dts/at91sam9g35ek.dts +++ b/arch/arm/boot/dts/at91sam9g35ek.dts @@ -14,19 +14,6 @@ model = "Atmel AT91SAM9G35-EK"; compatible = "atmel,at91sam9g35ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; - ahb { - apb { - macb0: ethernet@f802c000 { - phy-mode = "rmii"; - status = "okay"; - }; - - hlcdc: hlcdc@f8038000 { - status = "okay"; - }; - }; - }; - backlight: backlight { status = "okay"; }; @@ -43,3 +30,12 @@ status = "okay"; }; }; + +&hlcdc { + status = "okay"; +}; + +&macb0 { + phy-mode = "rmii"; + status = "okay"; +}; |