Signed-off-by: Marek Belisko <[email protected]>
---
 arch/arm/boot/dts/Makefile           |   1 +
 arch/arm/boot/dts/omap3-gta04+b3.dts | 118 +++++++++++++++++++++++++++++++++++
 2 files changed, 119 insertions(+)
 create mode 100644 arch/arm/boot/dts/omap3-gta04+b3.dts

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index b04a57e..e869f18 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -282,6 +282,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += am3517-craneboard.dtb \
        omap3-gta04a3.dtb \
        omap3-gta04a4.dtb \
        omap3-gta04+b2.dtb \
+       omap3-gta04+b3.dtb \
        omap3-igep0020.dtb \
        omap3-igep0030.dtb \
        omap3-ldp.dtb \
diff --git a/arch/arm/boot/dts/omap3-gta04+b3.dts 
b/arch/arm/boot/dts/omap3-gta04+b3.dts
new file mode 100644
index 0000000..83446b3
--- /dev/null
+++ b/arch/arm/boot/dts/omap3-gta04+b3.dts
@@ -0,0 +1,118 @@
+/*
+ * Copyright (C) 2014 H. Nikolaus Schaller <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "omap3-gta04.dtsi"
+
+/ {
+       model = "Goldelico GTA04b3/Letux 7004";
+
+       aliases {
+               display0 = &lcd_b3;
+       };
+
+       lcd_b3: lcd {
+               compatible =    "sharp,lq070y3dg3b",
+                               "panel-dpi";
+               label = "lcd";
+               enable-gpios = <&gpio1 12 0>;
+
+               panel-timing {
+                       clock-frequency = <33260000>;
+
+                       hback-porch = <64>;
+                       hactive = <800>;
+                       hfront-porch = <64>;
+                       hsync-len = <128>;
+
+                       vback-porch = <35>;
+                       vactive = <480>;
+                       vfront-porch = <8>;
+                       vsync-len = <2>;
+
+                       hsync-active = <0>;
+                       vsync-active = <0>;
+                       de-active = <1>;
+                       pixelclk-active = <1>;
+
+               };
+
+               port {
+                       lcd_b3_in: endpoint {
+                               remote-endpoint = <&dpi_out>;
+                       };
+               };
+       };
+};
+
+&dss {
+       pinctrl-names = "default";
+       pinctrl-0 = < &dss_dpi_pins >;
+
+       status = "okay";
+
+       port {
+               dpi_out: endpoint {
+                       remote-endpoint = <&lcd_b3_in>;
+                       data-lines = <24>;
+               };
+       };
+};
+
+&spi_lcd {
+       compatible = "none";
+};
+
+&madc_battery {
+       capacity = <3900000>;
+};
+
+&i2c2 {
+       /* we have a different set of LEDs */
+       tca_gpios: tca6507@45 {
+               compatible = "ti,tca6507";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               reg = <0x45>;
+
+               gta04_led0: red_aux@0 {
+                       label = "gta04:red:aux";
+                       reg = <0x0>;
+               };
+
+               gta04_led1: green_aux@1 {
+                       label = "gta04:green:aux";
+                       reg = <0x1>;
+               };
+
+               gta04_led2: green_aux@2 {
+                       label = "gta04:blue:aux";
+                       reg = <0x2>;
+               };
+
+               gta04_led3: red_power@3 {
+                       label = "gta04:red:power";
+                       reg = <0x3>;
+                       linux,default-trigger = "default-on";
+               };
+
+               gta04_led4: green_power@4 {
+                       label = "gta04:green:power";
+                       reg = <0x4>;
+               };
+
+               gta04_led5: green_power@5 {
+                       label = "gta04:blue:aux";
+                       reg = <0x5>;
+               };
+
+               wifi_reset: wifi_reset@6 {
+                       reg = <0x6>;
+                       compatible = "gpio";
+               };
+       };
+};
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to