Commit fa516ccf authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Chen-Yu Tsai

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: default avatarIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent d8c6f1f0
...@@ -98,6 +98,10 @@ &ccu { ...@@ -98,6 +98,10 @@ &ccu {
compatible = "allwinner,sun50i-h5-ccu"; compatible = "allwinner,sun50i-h5-ccu";
}; };
&display_clocks {
compatible = "allwinner,sun50i-h5-de2-clk";
};
&mmc0 { &mmc0 {
compatible = "allwinner,sun50i-h5-mmc", compatible = "allwinner,sun50i-h5-mmc",
"allwinner,sun50i-a64-mmc"; "allwinner,sun50i-a64-mmc";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment