mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 13:13:57 +08:00
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>
This commit is contained in:
parent
f42a9505d1
commit
36034fc195
@ -62,8 +62,8 @@
|
|||||||
<21>, <24>, <26>,
|
<21>, <24>, <26>,
|
||||||
<29>, <32>, <36>,
|
<29>, <32>, <36>,
|
||||||
<40>, <44>, <46>,
|
<40>, <44>, <46>,
|
||||||
<52>, <54>,
|
<52>, <53>,
|
||||||
<57>;
|
<54>, <57>;
|
||||||
clock-output-names = "ahb1_mipidsi", "ahb1_dma",
|
clock-output-names = "ahb1_mipidsi", "ahb1_dma",
|
||||||
"ahb1_mmc0", "ahb1_mmc1", "ahb1_mmc2",
|
"ahb1_mmc0", "ahb1_mmc1", "ahb1_mmc2",
|
||||||
"ahb1_nand", "ahb1_sdram",
|
"ahb1_nand", "ahb1_sdram",
|
||||||
@ -71,8 +71,8 @@
|
|||||||
"ahb1_spi1", "ahb1_otg", "ahb1_ehci",
|
"ahb1_spi1", "ahb1_otg", "ahb1_ehci",
|
||||||
"ahb1_ohci", "ahb1_ve", "ahb1_lcd",
|
"ahb1_ohci", "ahb1_ve", "ahb1_lcd",
|
||||||
"ahb1_csi", "ahb1_be", "ahb1_fe",
|
"ahb1_csi", "ahb1_be", "ahb1_fe",
|
||||||
"ahb1_gpu", "ahb1_spinlock",
|
"ahb1_gpu", "ahb1_msgbox",
|
||||||
"ahb1_drc";
|
"ahb1_spinlock", "ahb1_drc";
|
||||||
};
|
};
|
||||||
|
|
||||||
mbus_clk: clk@01c2015c {
|
mbus_clk: clk@01c2015c {
|
||||||
|
Loading…
Reference in New Issue
Block a user