summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sama5d2.dtsi
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@microchip.com>2017-09-18 15:25:57 +0800
committerAnatolij Gustschin <agust@denx.de>2017-09-29 17:48:56 +0200
commitd2cd09bb44452b89c6a5478ced61ccfd96e31cfd (patch)
tree3686f77616fb74c065bc14825d92fd3602bd3f19 /arch/arm/dts/sama5d2.dtsi
parentec4e99a4a24c84069c710df3202ecb1e501ff60f (diff)
board: sama5d2_xplained: Convert to CONFIG_DM_VIDEO
Convert the board to support the video driver model, add the device tree node, and remove the unnecessary code. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/sama5d2.dtsi')
-rw-r--r--arch/arm/dts/sama5d2.dtsi7
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>;