summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-07-08 14:18:39 (GMT)
committerHans de Goede <hdegoede@redhat.com>2015-07-08 14:21:27 (GMT)
commit8fa2e20913183133998cbbb78a5184bd20ccfcbe (patch)
tree59d4f3c4ddc6bcc50d3b82fbfadc23e16de12519 /arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts
parent0a888f584c48984cb9657a5d42dc994b33c264a7 (diff)
downloadu-boot-8fa2e20913183133998cbbb78a5184bd20ccfcbe.tar.xz
sunxi: Adjust Ippo_q8h_v1_2_a33_1024x600 dts filename to match the upstream kernel
sun8i-a33-ippo-q8h-v1.2-lcd1024x600.dts has been merged into the upstream Linux kernel as sun8i-a33-ippo-q8h-v1.2.dts, adjust u-boot to follow. Note we've never shipped a final u-boot version with the old name, so this is safe todo. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts')
-rw-r--r--arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts b/arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts
new file mode 100644
index 0000000..9777149
--- /dev/null
+++ b/arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts
@@ -0,0 +1,29 @@
+/*
+ * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
+ *
+ * Minimal dts file for the Ippo Q8H V1.2 (A33, 1024x600) for u-boot only
+ *
+ * SPDX-License-Identifier: GPL-2.0+ or X11
+ */
+
+/dts-v1/;
+#include "sun8i-a33.dtsi"
+
+/ {
+ model = "Ippo Q8H V1.2 (A33, 1024x600)";
+ compatible = "ippo,q8h-v1.2-a33-lcd1024x600", "allwinner,sun8i-a23";
+
+ aliases {
+ serial0 = &r_uart;
+ };
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};
+
+&r_uart {
+ pinctrl-names = "default";
+ pinctrl-0 = <&r_uart_pins_a>;
+ status = "okay";
+};