pinctrl: bcm283x: Add compatible for RPi4
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>
This commit is contained in:
parent
d4a31e8ee5
commit
d2086d6633
@ -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"},
|
||||
{}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user