Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: raspberrypi/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rpi-5.15.y
Choose a base ref
...
head repository: pocek/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rpi-5.15.y
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 29, 2022

  1. 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 a56df85.
    
    Signed-off-by: Krzysztof Kotlenga <k.kotlenga@sims.pl>
    pocek committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    3b4edb2 View commit details
    Browse the repository at this point in the history
Loading