Has anybody ever gotten this touch screen working on a beaglebone ?

I see it on the bus at ite 0x40 location

here is my fragment for the device

                        touch: gsl1680@40 {
                            status = "okay";
                            compatible = "silead,gsl1680";

                            pinctrl-names = "default";
                            pinctrl-0 = <&gsl1680_pins>;

                            reg = <0x40>;
                            interrupt-parent = <&gpio1>;   // gpio1_17 
pin P9_23
                            interrupts = <17 0>;
                            wake-gpios = <&pio 0 3 GPIO_ACTIVE_HIGH>;  
// pin P9_21
                            //reset-gpios = <&gpio2 6 1>;

                            touchscreen-size-x = <480>;
                            touchscreen-size-y = <272>;
                            touchscreen-fw-name =
"silead/gsl1680-inet86dz.fw";

                        };

I have tried it with and without the touchscreen-fw-name line.
It seems the firmware is included with the kernel driver which was
compiled in to
the kernel

What i see is that the controller is not being initialized
It is a confirmed working controller in many tablets so it should work
on a bone


 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/f61ebb44-de76-6bc9-c2d9-8e208b980274%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to