On Wednesday 21 January 2015 22:33:48 Olliver Schinagl wrote:Your absolutly right, I accidentally forgot a patch that was supposed to get squashed into this patchset. The idea is to do the same as in gpio-keys-polled.c. I'll make sure it sits in v3 of the set! My appologies!
From: Olliver Schinagl <oliver@xxxxxxxxxxx>Where does devm_get_gpiod_from_child() fall back "to using old-style
The gpio document says we should not use unnamed bindings for gpios.
This patch uses the 'led-' prefix to the gpios and updates code and
documents. Because the devm_get_gpiod_from_child() falls back to using
old-style unnamed gpios, we can update the code first, and update
dts files as time allows.
Signed-off-by: Olliver Schinagl <oliver@xxxxxxxxxxx>
unnamed gpios"?
After applying this patch the leds defined in my devicetree do not
work anymore.
Rojhalat