commit | 19bfd3a3ac1c43585f365c1fb5fdab86322e92fa | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Thu Jun 28 15:26:16 2018 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jul 11 14:23:55 2018 +0200 |
tree | 6472698611912784f5b8cb0cd4a93433811a280c | |
parent | cdae69f7ed911bac1bd0b701c8cb0645a3ac033a [diff] |
led: bcm6328: read base address in the parent node In the device tree, the address for the led is located in the parent node (for exemple leds), not in the led node (for exemple led@0). The commit "led: bcm6328: convert to use live dt" (sha1: 899455176058d673887a762aa38853188a030af4) change this behaviour and read the address in the led node. We fix this by reading the base address for led in the parent node. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>