arm64: allwinner: aw_r_intc: Add A64 and H6 compatible.

This fixes booting the Pine H64 with a 5.13 DTS.

Suggested by:	manu@
This commit is contained in:
Peter Jeremy 2022-09-10 20:36:22 +10:00
parent 29b4b63c59
commit c02d4224c8
No known key found for this signature in database
GPG Key ID: 16A597A0E4A20B34

View File

@ -50,6 +50,8 @@ struct aw_r_intc_gicp_softc {
static struct ofw_compat_data compat_data[] = {
{"allwinner,sun6i-a31-r-intc", 1},
{"allwinner,sun6i-a64-r-intc", 1},
{"allwinner,sun50i-h6-r-intc", 1},
{NULL, 0}
};