summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2023-11-25 12:24:56 +0300
committerTony Lindgren <tony@atomide.com>2023-11-28 12:50:22 +0300
commit662f20c4c450f882c97e9ae3b5801cff243a2c8b (patch)
tree9db2e535c4daa8351912bc158681bacfbcb34881 /arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts
parent9de586a0a1c58c935bd86b3432f6bf571c3ff24c (diff)
downloadlinux-662f20c4c450f882c97e9ae3b5801cff243a2c8b.tar.xz
ARM: dts: motorola-mapphone: Move LCD to common file for xt875 and xt894
The LCD regulator and backlight are specific only to droid bionic xt875 and droid4 xt894. On droid razr xt910 and xt912, the LCD regulator and backlight are different. The LCD and backlight are also different on the the mz609 tablets. Let's add a common motorola-mapphone-xt8xx.dtsi to make it easy to add support for xt910 and xt912 and the mz609 to mz617 tablets. While at it, let's also move aliases to the board specific dts files where they belong. And let's move the omap4-droid4-xt894.dts compatible to the top. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts')
-rw-r--r--arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts19
1 files changed, 13 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts b/arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts
index e833c21f1c01..cc3f3e1b65ea 100644
--- a/arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts
+++ b/arch/arm/boot/dts/ti/omap/omap4-droid4-xt894.dts
@@ -1,9 +1,21 @@
// SPDX-License-Identifier: GPL-2.0-only
/dts-v1/;
-#include "motorola-mapphone-common.dtsi"
+#include "motorola-mapphone-xt8xx.dtsi"
/ {
+ model = "Motorola Droid 4 XT894";
+ compatible = "motorola,droid4", "ti,omap4430", "ti,omap4";
+
+ chosen {
+ stdout-path = &uart3;
+ };
+
+ aliases {
+ display0 = &lcd0;
+ display1 = &hdmi0;
+ };
+
gpio_keys {
compatible = "gpio-keys";
@@ -33,11 +45,6 @@
};
};
-/ {
- model = "Motorola Droid 4 XT894";
- compatible = "motorola,droid4", "ti,omap4430", "ti,omap4";
-};
-
&keypad {
keypad,num-rows = <8>;
keypad,num-columns = <8>;