]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: allwinner: h5: add compatible string for DE2 CCU
authorIcenowy Zheng <icenowy@aosc.io>
Fri, 22 Dec 2017 12:22:38 +0000 (20:22 +0800)
committerChen-Yu Tsai <wens@csie.org>
Fri, 29 Dec 2017 08:41:50 +0000 (16:41 +0800)
The DE2 CCU on Allwinner H5 SoC has a slightly different behavior than
the one on H3, so the compatible string is not set in the common DTSI
file.

Add the compatible string of H5 DE2 CCU in H5 DTSI file.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi

index d9a720bff05d39ae93941140a3a8298f0bfa6570..e237c05cfdb403040742528228f59c04ca89b4c8 100644 (file)
        compatible = "allwinner,sun50i-h5-ccu";
 };
 
+&display_clocks {
+       compatible = "allwinner,sun50i-h5-de2-clk";
+};
+
 &mmc0 {
        compatible = "allwinner,sun50i-h5-mmc",
                     "allwinner,sun50i-a64-mmc";