summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx53-ppd.dts
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2019-01-31 16:21:15 +0200
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:08 +0200
commitbcce411bafb2d368ec8bdce712f926e0e6d821bc (patch)
tree1fcaa03a4eae9c82cd803c7edd96ab4803153a48 /arch/arm/dts/imx53-ppd.dts
parent8d8d3540eb544fa29167d74029f92a99b9a31eea (diff)
board: ge: ppd: Enable CONFIG_DM
Add simplified, generalised, ppd device tree and enable CONFIG_DM. Signed-off-by: Ian Ray <ian.ray@ge.com>
Diffstat (limited to 'arch/arm/dts/imx53-ppd.dts')
-rw-r--r--arch/arm/dts/imx53-ppd.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/imx53-ppd.dts b/arch/arm/dts/imx53-ppd.dts
new file mode 100644
index 00000000000..98e7dad0ba3
--- /dev/null
+++ b/arch/arm/dts/imx53-ppd.dts
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ OR X11 */
+/*
+ * Copyright 2018 General Electric Company
+ * Based on imx53-ppd.dts from kernel 4.20.5.
+ */
+
+/dts-v1/;
+
+#include "imx53.dtsi"
+
+/ {
+ model = "General Electric CS ONE";
+ compatible = "ge,imx53-cpuvo", "fsl,imx53";
+};