Skip to content
Commit 497762b8 authored by Petr Kulhavy's avatar Petr Kulhavy Committed by Sekhar Nori
Browse files

ARM: DTS: da850: fix missing #gpio-cells in gpio node



The gpio node is missing the mandatory property #gpio-cells, which is
causing runtime errors when using GPIOs e.g. with gpio-leds or gpio-keys:

"could not get #gpio-cells for /soc/gpio@1e26000"

This fixes the problem and adds the missing parameter.
The value is 2 according to the gpio-davinci.txt binding.

Signed-off-by: default avatarPetr Kulhavy <petr@barix.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent f55532a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment