diff options
-rw-r--r-- | arch/arm/boot/dts/orion5x-mv88f5182.dtsi | 5 | ||||
-rw-r--r-- | arch/arm/mach-orion5x/Kconfig | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/orion5x-mv88f5182.dtsi b/arch/arm/boot/dts/orion5x-mv88f5182.dtsi index a56f9c88efd0..8c71b6b9ec29 100644 --- a/arch/arm/boot/dts/orion5x-mv88f5182.dtsi +++ b/arch/arm/boot/dts/orion5x-mv88f5182.dtsi | |||
@@ -15,6 +15,11 @@ | |||
15 | compatible = "marvell,orion5x-88f5182-mbus", "simple-bus"; | 15 | compatible = "marvell,orion5x-88f5182-mbus", "simple-bus"; |
16 | 16 | ||
17 | internal-regs { | 17 | internal-regs { |
18 | pinctrl: pinctrl@10000 { | ||
19 | compatible = "marvell,88f5182-pinctrl"; | ||
20 | reg = <0x10000 0x8>, <0x10050 0x4>; | ||
21 | }; | ||
22 | |||
18 | core_clk: core-clocks@10030 { | 23 | core_clk: core-clocks@10030 { |
19 | compatible = "marvell,mv88f5182-core-clock"; | 24 | compatible = "marvell,mv88f5182-core-clock"; |
20 | reg = <0x10010 0x4>; | 25 | reg = <0x10010 0x4>; |
diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig index bd65872f5e04..3c69a3c0ab46 100644 --- a/arch/arm/mach-orion5x/Kconfig +++ b/arch/arm/mach-orion5x/Kconfig | |||
@@ -8,6 +8,8 @@ config ARCH_ORION5X_DT | |||
8 | select ORION_CLK | 8 | select ORION_CLK |
9 | select ORION_IRQCHIP | 9 | select ORION_IRQCHIP |
10 | select ORION_TIMER | 10 | select ORION_TIMER |
11 | select PINCTRL | ||
12 | select PINCTRL_ORION | ||
11 | help | 13 | help |
12 | Say 'Y' here if you want your kernel to support the | 14 | Say 'Y' here if you want your kernel to support the |
13 | Marvell Orion5x using flattened device tree. | 15 | Marvell Orion5x using flattened device tree. |