From b70a140bd02ef5320c094f555b42dc1875dab2d5 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Tue, 31 Dec 2013 15:34:43 -0500 Subject: cpu/allwinner/a10: Add definition for gating GPIO S clock This bit is not documented in the datasheet, but is used in the upcoming RAM init code. Change-Id: I697ec222496236ac7690460ee62313ab8b1a2f0b Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/4592 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: David Hendricks --- src/cpu/allwinner/a10/clock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu/allwinner/a10') diff --git a/src/cpu/allwinner/a10/clock.h b/src/cpu/allwinner/a10/clock.h index b9a077157e..96564694db 100644 --- a/src/cpu/allwinner/a10/clock.h +++ b/src/cpu/allwinner/a10/clock.h @@ -85,6 +85,8 @@ enum a1x_clken { A1X_CLKEN_SPI2, A1X_CLKEN_SPI3, A1X_CLKEN_PATA, + RSVD_0x60_25, + A1X_CLKEN_GPS, /* AHB1 module clock gating */ A1X_CLKEN_DRAM_VE = (0x64 << 5), A1X_CLKEN_TVD, -- cgit v1.2.3