/* * Berlin2 BG2Q clock tree IDs */ #define CLKID_SYS 0 #define CLKID_DRMFIGO 1 #define CLKID_CFG 2 #define CLKID_GFX2D 3 #define CLKID_ZSP 4 #define CLKID_PERIF 5 #define CLKID_PCUBE 6 #define CLKID_VSCOPE 7 #define CLKID_NFC_ECC 8 #define CLKID_VPP 9 #define CLKID_APP 10 #define CLKID_SDIO0XIN 11 #define CLKID_SDIO1XIN 12 #define CLKID_GFX2DAXI 13 #define CLKID_GETH0 14 #define CLKID_SATA 15 #define CLKID_AHBAPB 16 #define CLKID_USB0 17 #define CLKID_USB1 18 #define CLKID_USB2 19 #define CLKID_USB3 20 #define CLKID_PBRIDGE 21 #define CLKID_SDIO 22 #define CLKID_NFC 23 #define CLKID_SMEMC 24 #define CLKID_PCIE 25 #define CLKID_TWD 26 #define CLKID_CPU 27 an='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/soc/at91/at91sam9_ddrsdr.h
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2016-12-04 16:52:31 -0600
committerMark Brown <broonie@kernel.org>2016-12-05 11:38:30 +0000
commit30103b5b6432a51c3822a26dc340e35d91237f39 (patch)
tree0806755f1615c0bc8598558b4a845ab1cf9c8291 /include/soc/at91/at91sam9_ddrsdr.h
parent1b5b42216469b05ef4b5916cb40b127dfab1da88 (diff)
regulator: Fix regulator_get_error_flags() signature mismatch
The function signature of does not match regulator_get_error_flags() when CONFIG_REGULATOR is not defined vs. when it is not defined. This makes both declarations match to prevent compiler errors. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/soc/at91/at91sam9_ddrsdr.h')