Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1647114
| From | Nikita Yushchenko <nikita.yoush@cogentembedded.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: add hi8435 device |
| Date | 2017-05-22 18:30 +0200 |
| Message-ID | <tJYnw-80c-33@gated-at.bofh.it> (permalink) |
| References | <tJVpD-6c9-9@gated-at.bofh.it> <tJYnw-80c-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
>> + hi8435@1 {
>> + compatible = "holt,hi8435";
>> + reg = <1>;
>> + spi-max-frequency = <20000000>;
>> + gpios = <&gpio5 3 0>;
>
> Nit: GPIO_ACTIVE_HIGH instead of 0?
Gray area here.
Chip's reset input is active LOW.
However, hi8435 driver historically was coded using inverted values
passed to gpiolib calls. And there are setups in the wild with device
trees containing GPIO_ACTIVE_HIGH that I'd prefer not breaking.
To solve, I submitted a patch on hi8435 driver that changes to _raw()
gpio calls (thus making it independent of what is written in device
tree), and want [future] device trees not to contain explicitly written
gpio polarity.
Far not ideal but better than device trees explicitly stating
GPIO_ACTIVE_HIGH while it is active low.
Nikita
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: vf610-zii-dev-rev-b: add hi8435 device Nikita Yushchenko <nikita.yoush@cogentembedded.com> - 2017-05-22 15:20 +0200
Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: add hi8435 device Stefan Agner <stefan@agner.ch> - 2017-05-22 18:30 +0200
Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: add hi8435 device Nikita Yushchenko <nikita.yoush@cogentembedded.com> - 2017-05-22 18:30 +0200
Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: add hi8435 device Andrew Lunn <andrew@lunn.ch> - 2017-05-22 20:30 +0200
Re: [PATCH] ARM: dts: vf610-zii-dev-rev-b: add hi8435 device Nikita Yushchenko <nikita.yoush@cogentembedded.com> - 2017-05-23 08:10 +0200
csiph-web