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/at91sam9g15ek.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/at91sam9g15ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g15ek.dts | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/at91sam9g15ek.dts b/arch/arm/boot/dts/at91sam9g15ek.dts index 97100d298400..889a5097eb2d 100644 --- a/arch/arm/boot/dts/at91sam9g15ek.dts +++ b/arch/arm/boot/dts/at91sam9g15ek.dts @@ -14,14 +14,6 @@ model = "Atmel AT91SAM9G15-EK"; compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; - ahb { - apb { - hlcdc: hlcdc@f8038000 { - status = "okay"; - }; - }; - }; - backlight: backlight { status = "okay"; }; @@ -38,3 +30,7 @@ status = "okay"; }; }; + +&hlcdc { + status = "okay"; +}; |