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:
Emmanuel Vadot 2017-12-04 20:45:15 +00:00
parent a7437a3e9d
commit eb1eebb9aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326542

View File

@ -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)