Skip to content

fix pinctrl errors on Raspberry Pi 4

Bugzilla: https://bugzilla.redhat.com/2124693

Tested: on a RPi4 running:
- Fedora aarch64 image with uboot and downsteam DT
- RHIVOS kernel

Fix "pinctrl-bcm2835 fe200000.gpio: could not add GPIO chip" error that
occurs on Raspberry Pi 4 and prevents UART and WiFi from working.

This happens with the downstream device tree because it now uses the `gpio-ranges` property.

Signed-off-by: Adrien Thierry <athierry@redhat.com>
Edited by Adrien Thierry

Merge request reports