Allwinner: Add H5 compatible to aw_ccu
Recent DTS (from Linux 4.14) specify a compatible "allwinner,sun50i-h5-ccu" for H5 SoC. Since we get the DTB from u-boot this wasn't noticed. Add the compatible so later version of u-boot will not fail for us.
This commit is contained in:
parent
a7437a3e9d
commit
eb1eebb9aa
@ -95,6 +95,7 @@ static struct ofw_compat_data compat_data[] = {
|
||||
#endif
|
||||
#if defined(SOC_ALLWINNER_H3) || defined(SOC_ALLWINNER_H5)
|
||||
{ "allwinner,sun8i-h3-ccu", H3_CCU },
|
||||
{ "allwinner,sun50i-h5-ccu", H3_CCU },
|
||||
{ "allwinner,sun8i-h3-r-ccu", H3_R_CCU },
|
||||
#endif
|
||||
#if defined(SOC_ALLWINNER_A31)
|
||||
|
Loading…
Reference in New Issue
Block a user