arm64: allwinner: ccu_de2: Remove H5 compatible

We don't have the display engine driver commited in FreeBSD yet so it is
useless to expose the clocks yet (and also it have not been tested on H5).

Reported by:	Manuel Stühn (freebsdnewbie@freenet.de)
PR:	 237571
MFC after:	1 week
This commit is contained in:
Emmanuel Vadot 2019-04-27 14:56:24 +00:00
parent bfb92761dc
commit 80e8fa0810
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346788

View File

@ -115,7 +115,6 @@ static struct aw_ccung_clk de2_ccu_clks[] = {
static struct ofw_compat_data compat_data[] = {
{"allwinner,sun50i-a64-de2-clk", 1},
{"allwinner,sun50i-h5-de2-clk", 1},
{NULL, 0}
};