Skip to content
Commit 2202f4ba authored by Krzysztof Kotlenga's avatar Krzysztof Kotlenga Committed by Phil Elwell
Browse files

overlays: audremap: Fix setting of the pin function

The brcm,function property must be set in the overlay fragment too -
otherwise the parametrization won't work. At least that's the case for
bcm2711-rpi-cm4.dts which starts with empty properties:

&gpio {
        audio_pins: audio_pins {
                brcm,pins = <>;
                brcm,function = <>;
        };
};

This was broken since a56df85d

.

Signed-off-by: default avatarKrzysztof Kotlenga <k.kotlenga@sims.pl>
parent 00177449
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