bcm2835_clkman: add RPI4 compat string
This enables attachment on the RPI4, thus enabling the bcm2835_pwm driver too. Per the device tree documentation, these compat strings are equivalent, and no further changes to the driver are required. https://lists.freebsd.org/archives/freebsd-arm/2021-June/000143.html MFC after: 3 days
This commit is contained in:
committed by
Mitchell Horne
parent
c73d20c831
commit
87705c5c21
@@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <arm/broadcom/bcm2835/bcm2835_clkman.h>
|
||||
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
{"brcm,bcm2711-cprman", 1},
|
||||
{"brcm,bcm2835-cprman", 1},
|
||||
{"broadcom,bcm2835-cprman", 1},
|
||||
{NULL, 0}
|
||||
|
||||
Reference in New Issue
Block a user