pinctrl: bcm283x: Add compatible for RPi4
authorMatthias Brugger <mbrugger@suse.com>
Wed, 6 Nov 2019 14:28:25 +0000 (15:28 +0100)
committerMatthias Brugger <mbrugger@suse.com>
Sun, 24 Nov 2019 09:46:27 +0000 (10:46 +0100)
The Raspberry Pi 4 upstream kernel device tree instroduces
a new compatible for the pinctroller. Add this to the driver
so that we can boot with the upstream kernel DT.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
drivers/pinctrl/broadcom/pinctrl-bcm283x.c

index 3be080d29e37410b808cd84f2cb3ddc006ea3863..8d9074e0c16b11eeab28e3a3060ba76acedf7bcf 100644 (file)
@@ -99,6 +99,7 @@ static int bcm283x_pinctrl_get_gpio_mux(struct udevice *dev, int banknum,
 
 static const struct udevice_id bcm2835_pinctrl_id[] = {
        {.compatible = "brcm,bcm2835-gpio"},
+       {.compatible = "brcm,bcm2711-gpio"},
        {}
 };