mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 16:39:35 +00:00
arm: am43xx: enable spi clock
Add spi clock to the list of am43xx basic clocks to make the SPI subsystem available on am43xx systems. Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
2ff97625cb
commit
6ff31a7f70
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ void enable_basic_clocks(void)
|
||||||
&cmper->usbphyocp2scp0clkctrl,
|
&cmper->usbphyocp2scp0clkctrl,
|
||||||
&cmper->usb1clkctrl,
|
&cmper->usb1clkctrl,
|
||||||
&cmper->usbphyocp2scp1clkctrl,
|
&cmper->usbphyocp2scp1clkctrl,
|
||||||
|
&cmper->spi0clkctrl,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue