mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 05:18:55 +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
19 lines
462 B
Diff
19 lines
462 B
Diff
diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
index b36f9f42..b2896427 100644
|
|
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
@@ -85,6 +85,14 @@
|
|
compatible = "allwinner,sun8i-h3-ccu";
|
|
};
|
|
|
|
+&display_clocks {
|
|
+ compatible = "allwinner,sun8i-a83t-de2-clk";
|
|
+};
|
|
+
|
|
+&mixer1 {
|
|
+ resets = <&display_clocks RST_WB>;
|
|
+};
|
|
+
|
|
&mmc0 {
|
|
compatible = "allwinner,sun7i-a20-mmc";
|
|
clocks = <&ccu CLK_BUS_MMC0>,
|