From: Icenowy Zheng Date: Fri, 22 Dec 2017 12:22:38 +0000 (+0800) Subject: arm64: allwinner: h5: add compatible string for DE2 CCU X-Git-Tag: v4.16-rc1~100^2~16^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa516ccfe612aa241ffe558102f739f8316b8bf5;p=thirdparty%2Fkernel%2Flinux.git arm64: allwinner: h5: add compatible string for DE2 CCU 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 Signed-off-by: Chen-Yu Tsai --- diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi index d9a720bff05d3..e237c05cfdb40 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi @@ -98,6 +98,10 @@ compatible = "allwinner,sun50i-h5-ccu"; }; +&display_clocks { + compatible = "allwinner,sun50i-h5-de2-clk"; +}; + &mmc0 { compatible = "allwinner,sun50i-h5-mmc", "allwinner,sun50i-a64-mmc";