Le jeudi 11 septembre 2014 12:26:53 UTC-4, RobertCNelson a écrit : > > On Thu, Sep 11, 2014 at 11:00 AM, Cedric Malitte > <[email protected] <javascript:>> wrote: > > > > > > Le jeudi 11 septembre 2014 10:32:25 UTC-4, RobertCNelson a écrit : > >> > >> On Thu, Sep 11, 2014 at 9:26 AM, Cedric Malitte > >> <[email protected]> wrote: > >> > I will try, but I'm checking diffs between 3.8.13 dts and 3.15.10, > >> > because > >> > using dtb from 3.14 is not really a solution for me as I also need > >> > pruss. > >> > Well I think :) > >> > >> > >> > https://github.com/beagleboard/linux/commit/94f48ff05623afbfcf75ca211b4c4df23a66f82e > > >> > >> starting with r18, we got pruss from ti.. > >> > >> Regards, > >> > >> -- > >> Robert Nelson > >> http://www.rcn-ee.com/ > > > > > > Ok, so LCD7 is working now. > > > > What I did: > > > > in pinmux file: > > bbcape_lcd7_pins: bbcape_lcd7_pins { > > pinctrl-single,pins = < > > 0x150 (PIN_OUTPUT_PULLUP | MUX_MODE7) /* spi0_sclk.gpio0_2, OUTPUT | > MODE7 - > > AVDD_EN */ > > I think this was the fix ^.. >
*Yes this is the fix :) * > > I can do something simlar to: > > > https://github.com/RobertCNelson/dtb-rebuilder/blob/3.14-ti/src/arm/am335x-bone-common-pinmux.dtsi#L66 > > > which i did to make the lcd4 work.. > > > 0xa0 (PIN_OUTPUT | MUX_MODE0) /* lcd_data0.lcd_data0 */ > > 0xa3 (PIN_OUTPUT | MUX_MODE0) /* lcd_data1.lcd_data1 */ > > I saw this too... 0xa3 is not a valid pin... *Put it back to 0xa4 * > > tft-alt-mode = <0>; > > stn-565-mode = <0>; > > These last two are not in the driver... > Nope but were in 3.8.13... Another trouble is with keymap now. If I enable keymap for the user buttons ( even if I do not need them for now ) , the touchscreen is clicking by itself when I do a ts_calibrate. Going to investigate :) Cedric -- 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]. For more options, visit https://groups.google.com/d/optout.
