Commit 4e7bb110 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper

ARM: orion5x: enable pinctrl driver at SoC level

This commit declares the pinctrl device in the Orion5x 5182 Device
Tree files, and ensures that the Orion pinctrl driver is compiled.
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1398202002-28530-25-git-send-email-thomas.petazzoni@free-electrons.comAcked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent ab5ab9db
...@@ -15,6 +15,11 @@ soc { ...@@ -15,6 +15,11 @@ soc {
compatible = "marvell,orion5x-88f5182-mbus", "simple-bus"; compatible = "marvell,orion5x-88f5182-mbus", "simple-bus";
internal-regs { internal-regs {
pinctrl: pinctrl@10000 {
compatible = "marvell,88f5182-pinctrl";
reg = <0x10000 0x8>, <0x10050 0x4>;
};
core_clk: core-clocks@10030 { core_clk: core-clocks@10030 {
compatible = "marvell,mv88f5182-core-clock"; compatible = "marvell,mv88f5182-core-clock";
reg = <0x10010 0x4>; reg = <0x10010 0x4>;
......
...@@ -8,6 +8,8 @@ config ARCH_ORION5X_DT ...@@ -8,6 +8,8 @@ config ARCH_ORION5X_DT
select ORION_CLK select ORION_CLK
select ORION_IRQCHIP select ORION_IRQCHIP
select ORION_TIMER select ORION_TIMER
select PINCTRL
select PINCTRL_ORION
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
Marvell Orion5x using flattened device tree. Marvell Orion5x using flattened device tree.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment