Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: sun8i: A23: Add missing msgbox gate

Even though it's not mentionned in the A23 user manual, the A23 has a gate
for the AHB1 clock to the msgbox IP. Add it to the clock-indices.

Reported-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

+4 -4
+4 -4
arch/arm/boot/dts/sun8i-a23.dtsi
··· 62 62 <21>, <24>, <26>, 63 63 <29>, <32>, <36>, 64 64 <40>, <44>, <46>, 65 - <52>, <54>, 66 - <57>; 65 + <52>, <53>, 66 + <54>, <57>; 67 67 clock-output-names = "ahb1_mipidsi", "ahb1_dma", 68 68 "ahb1_mmc0", "ahb1_mmc1", "ahb1_mmc2", 69 69 "ahb1_nand", "ahb1_sdram", ··· 71 71 "ahb1_spi1", "ahb1_otg", "ahb1_ehci", 72 72 "ahb1_ohci", "ahb1_ve", "ahb1_lcd", 73 73 "ahb1_csi", "ahb1_be", "ahb1_fe", 74 - "ahb1_gpu", "ahb1_spinlock", 75 - "ahb1_drc"; 74 + "ahb1_gpu", "ahb1_msgbox", 75 + "ahb1_spinlock", "ahb1_drc"; 76 76 }; 77 77 78 78 mbus_clk: clk@01c2015c {