diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-09 13:31:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-09 13:31:33 -0400 |
commit | 74d90d17eebfeeefd91776e3deb7901c122bef7f (patch) | |
tree | 224af91dccf6b8145732c84cbbd3a4a45f886669 /arch/arm/dts/sama5d2.dtsi | |
parent | 52ff28745bc1f0733ccc3602cf57eeac7454474a (diff) | |
parent | 40186ee213794d1a6e47e787aa424b3587711289 (diff) |
Merge git://git.denx.de/u-boot-video
Diffstat (limited to 'arch/arm/dts/sama5d2.dtsi')
-rw-r--r-- | arch/arm/dts/sama5d2.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi index b02a602378..7520446dc1 100644 --- a/arch/arm/dts/sama5d2.dtsi +++ b/arch/arm/dts/sama5d2.dtsi @@ -69,6 +69,13 @@ #size-cells = <1>; u-boot,dm-pre-reloc; + hlcdc: hlcdc@f0000000 { + compatible = "atmel,at91sam9x5-hlcdc"; + reg = <0xf0000000 0x2000>; + clocks = <&lcdc_clk>; + status = "disabled"; + }; + pmc: pmc@f0014000 { compatible = "atmel,sama5d2-pmc", "syscon"; reg = <0xf0014000 0x160>; |