Skip to content
Commit a79d2809 authored by Phil Elwell's avatar Phil Elwell
Browse files

overlays: pisound: Make button pins owned by card

The pisound overlay claims a number of GPIOs using a pinctrl node, but
for some reason hangs this claim on the main gpio node. This obscures
the ownership of the pins (as shown by gpioinfo and in the kernel logs)
and isn't scalable - only one overlay can use the trick at a time.

Change the overlay to make the pin ownership clear and avoid any future
conflicts, removing a bogus claim on pins_spi0 at the same time.

See: https://github.com/raspberrypi/linux/issues/5235



Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
parent ac4cf1b9
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