mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-29 18:21:27 +00:00
* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
22 lines
748 B
Diff
22 lines
748 B
Diff
diff --git a/drivers/clk/sunxi-ng/ccu-sun8i-de2.c b/drivers/clk/sunxi-ng/ccu-sun8i-de2.c
|
|
index 468d1abaf0ee..8df7cd93453e 100644
|
|
--- a/drivers/clk/sunxi-ng/ccu-sun8i-de2.c
|
|
+++ b/drivers/clk/sunxi-ng/ccu-sun8i-de2.c
|
|
@@ -292,13 +292,10 @@ static const struct of_device_id sunxi_de2_clk_ids[] = {
|
|
.compatible = "allwinner,sun50i-h5-de2-clk",
|
|
.data = &sun50i_a64_de2_clk_desc,
|
|
},
|
|
- /*
|
|
- * The Allwinner A64 SoC needs some bit to be poke in syscon to make
|
|
- * DE2 really working.
|
|
- * So there's currently no A64 compatible here.
|
|
- * H5 shares the same reset line with A64, so here H5 is using the
|
|
- * clock description of A64.
|
|
- */
|
|
+ {
|
|
+ .compatible = "allwinner,sun50i-a64-de2-clk",
|
|
+ .data = &sun50i_a64_de2_clk_desc,
|
|
+ },
|
|
{ }
|
|
};
|
|
|