/* * Copyright (c) 2013 Samsung Electronics Co., Ltd. * Author: Andrzej Hajda * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Device Tree binding constants for Exynos5440 clock controller. */ #ifndef _DT_BINDINGS_CLOCK_EXYNOS_5440_H #define _DT_BINDINGS_CLOCK_EXYNOS_5440_H #define CLK_XTAL 1 #define CLK_ARM_CLK 2 #define CLK_CPLLA 3 #define CLK_CPLLB 4 #define CLK_SPI_BAUD 16 #define CLK_PB0_250 17 #define CLK_PR0_250 18 #define CLK_PR1_250 19 #define CLK_B_250 20 #define CLK_B_125 21 #define CLK_B_200 22 #define CLK_SATA 23 #define CLK_USB 24 #define CLK_GMAC0 25 #define CLK_CS250 26 #define CLK_PB0_250_O 27 #define CLK_PR0_250_O 28 #define CLK_PR1_250_O 29 #define CLK_B_250_O 30 #define CLK_B_125_O 31 #define CLK_B_200_O 32 #define CLK_SATA_O 33 #define CLK_USB_O 34 #define CLK_GMAC0_O 35 #define CLK_CS250_O 36 /* must be greater than maximal clock id */ #define CLK_NR_CLKS 37 #endif /* _DT_BINDINGS_CLOCK_EXYNOS_5440_H */ n> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/dt-bindings/gpio
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-11-12 15:22:38 +0100
committerMark Brown <broonie@kernel.org>2016-11-13 09:22:37 +0000
commit295070e9aa015abb9b92cccfbb1e43954e938133 (patch)
treed0a08e7ce280bc877e22424437dbe59fa1857d9a /include/dt-bindings/gpio
parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: stw481x-vmmc: fix ages old enable error
The regulator has never been properly enabled, it has been dormant all the time. It's strange that MMC was working at all, but it likely worked by the signals going through the levelshifter and reaching the card anyways. Fixes: 3615a34ea1a6 ("regulator: add STw481x VMMC driver") Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'include/dt-bindings/gpio')