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

gpio-fsm: Rename 'num-soft-gpios' to avoid warning



As of 5.10, the Device Tree parser warns about properties that look
like references to "suppliers" of various services. "num-soft-gpios"
resembles a declaration of a GPIO called "num-soft", causing the value
to be interpreted as a phandle, the owner of which is checked for a
"#gpio-cells" property.

To avoid this warning, rename the gpio-fsm property to "num-swgpios".

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