Re: [PATCH v5 3/3] pinctrl: bcm2835: Add support for output-low output-high properties

2018-04-26 Thread Linus Walleij
On Wed, Apr 11, 2018 at 6:58 AM, Matheus Castello wrote: > Properties to set initial value of pin output buffer. > This can be useful for configure hardware in overlay files, and in early boot > for checking it states in QA sanity tests. > > Signed-off-by: Matheus Castello Will apply this when

[PATCH v5 3/3] pinctrl: bcm2835: Add support for output-low output-high properties

2018-04-10 Thread Matheus Castello
Properties to set initial value of pin output buffer. This can be useful for configure hardware in overlay files, and in early boot for checking it states in QA sanity tests. Signed-off-by: Matheus Castello --- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 5 + 1 file changed, 5 insertions(+) dif