Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Random Linux/device tree/GPIO question posted to the wrong list...
@ 2018-07-30 21:29 Patrick Doyle
  2018-07-30 21:51 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Patrick Doyle @ 2018-07-30 21:29 UTC (permalink / raw)
  To: buildroot

But you folks all know about this sort of stuff anyway, so I figured
I'd start by asking here.

I was just shocked to learn that, although I allocated a pin to a
certain function in my device tree, I was able to override the
operation of that pin via /sys/class/gpio (and thus crash my board
when it could no longer access it's flash properly).

Can anybody here tell me how I can prevent the GPIO subsystem from
overriding the pinmux I specified in my device tree?  I guess I
thought that:

            pinctrl at fc038000 {
                pinctrl_nand_default: nand_default {
                                        pinmux = <PIN_PA8__NWE_NANDWE>,
                                                 <PIN_PA9__NCS3>,
                                                 <PIN_PA10__A21_NANDALE>,
                                                 <PIN_PA11__A22_NANDCLE>,
                                                 <PIN_PA12__NRD_NANDOE>,
                                                 <PIN_PD8__NANDRDY>,
                                                 <PIN_PA0__D0>,
                                                 <PIN_PA1__D1>,
                                                 <PIN_PA2__D2>,
                                                 <PIN_PA3__D3>,
                                                 <PIN_PA4__D4>,
                                                 <PIN_PA5__D5>,
                                                 <PIN_PA6__D6>,
                                                 <PIN_PA7__D7>;
                                        bias-disable;
                                };

would have done the trick (on my Microchip SAMA5D2x device).

--wpd

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-31 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-30 21:29 [Buildroot] Random Linux/device tree/GPIO question posted to the wrong list Patrick Doyle
2018-07-30 21:51 ` Thomas Petazzoni
2018-07-31 13:53   ` Patrick Doyle
2018-07-31 14:17     ` Thomas Petazzoni
2018-07-31 15:17       ` Patrick Doyle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox