ARM: ux500: move UART pin control to the device tree
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 13 Nov 2013 09:32:20 +0000 (10:32 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Nov 2013 20:01:55 +0000 (21:01 +0100)
commit3bfdebbaebed8238ac7fb7934791b0231e0f1e65
tree92b6fa0eedc3a2af47d4dd6d391a1b4570f881a0
parent618111ca9adc1a871ddcbfd953342e94975c3b34
ARM: ux500: move UART pin control to the device tree

This moves the static, device-tied pin control configuration
out of the board file board-mop500-pins.c and into the device
tree.

We create a new .dtsi-file to be shared between all the
MOP500-related boards, that include all HREF variants and
the Snowball board. Assign pin states for HREF and Snowball
boards alike.

Cc: Lee Jones <lee.jones@linaro.org>
Cc: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-href-family-pinctrl.dtsi [new file with mode: 0644]
arch/arm/boot/dts/ste-href.dtsi
arch/arm/boot/dts/ste-snowball.dts
arch/arm/mach-ux500/board-mop500-pins.c
This page took 0.025685 seconds and 5 git commands to generate.