summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-nomadik.c
diff options
context:
space:
mode:
authorArnd Bergmann2013-06-20 15:40:16 +0200
committerArnd Bergmann2013-06-20 16:13:10 +0200
commit15f4b11b0fa91cf81738215483b2bb2c0b911285 (patch)
treec2f30b1b5941f35b0884f02d485a0d04d984f3a0 /drivers/pinctrl/pinctrl-nomadik.c
parentMerge tag 'sunxi-dt-for-3.11-2' of git://github.com/mripard/linux into next/dt (diff)
parentARM: nomadik: add the new clocks to the device tree (diff)
downloadkernel-qcow2-linux-15f4b11b0fa91cf81738215483b2bb2c0b911285.tar.gz
kernel-qcow2-linux-15f4b11b0fa91cf81738215483b2bb2c0b911285.tar.xz
kernel-qcow2-linux-15f4b11b0fa91cf81738215483b2bb2c0b911285.zip
Merge tag 'nomadik-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/dt
From Linus Walleij: Nomadik DT and clock work: - Lee Jones' pinctrl compat ontology patches - A real clock driver for the Nomadik, 100% DT-based - Device tree changes for the Nomadik clocks * tag 'nomadik-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik: ARM: nomadik: add the new clocks to the device tree clk: nomadik: implement the Nomadik clocks properly pinctrl/nomadik: Standardise Pinctrl compat string for Nomadik based platforms ARM: nomadik: Standardise Nomadik STN8815 based Pinctrl compat string in the DTS Conflicts: arch/arm/boot/dts/ste-nomadik-s8815.dts Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/pinctrl/pinctrl-nomadik.c')
-rw-r--r--drivers/pinctrl/pinctrl-nomadik.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-nomadik.c b/drivers/pinctrl/pinctrl-nomadik.c
index 7c44f1a57e7c..8a4f9c5c0b8e 100644
--- a/drivers/pinctrl/pinctrl-nomadik.c
+++ b/drivers/pinctrl/pinctrl-nomadik.c
@@ -2104,7 +2104,7 @@ static struct pinctrl_desc nmk_pinctrl_desc = {
static const struct of_device_id nmk_pinctrl_match[] = {
{
- .compatible = "stericsson,nmk-pinctrl-stn8815",
+ .compatible = "stericsson,stn8815-pinctrl",
.data = (void *)PINCTRL_NMK_STN8815,
},
{