Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f92a629c authored by eric miao's avatar eric miao Committed by Russell King
Browse files

[ARM] pxa: add clk of CKEN_USBHOST for pxa3xx

parent 732ce160
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -189,6 +189,7 @@ static struct clk pxa3xx_clks[] = {

	PXA3xx_CKEN("I2CCLK", I2C,  32842000, 0, &pxa_device_i2c.dev),
	PXA3xx_CKEN("UDCCLK", UDC,  48000000, 5, &pxa_device_udc.dev),
	PXA3xx_CKEN("USBCLK", USBH, 48000000, 0, &pxa27x_device_ohci.dev),

	PXA3xx_CKEN("SSPCLK", SSP1, 13000000, 0, &pxa27x_device_ssp1.dev),
	PXA3xx_CKEN("SSPCLK", SSP2, 13000000, 0, &pxa27x_device_ssp2.dev),