[PATCH] ARM: imx28.dtsi: Add pinmux for additional AUART ports
Shawn Guo
shawn.guo at linaro.org
Mon Jun 18 21:42:20 EDT 2012
On Mon, Jun 18, 2012 at 06:28:42PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at freescale.com>
>
> Add pinmux for additional AUART ports.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> arch/arm/boot/dts/imx28.dtsi | 15 +++++++++++++++
> 1 files changed, 15 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
> index ee3778a..c98d17a 100644
> --- a/arch/arm/boot/dts/imx28.dtsi
> +++ b/arch/arm/boot/dts/imx28.dtsi
> @@ -197,6 +197,21 @@
> fsl,pull-up = <0>;
> };
>
> + auart1_pins_a: auart1 at 0 {
> + reg = <0>;
> + fsl,pinmux-ids = <0x3040 0x3050 0x3060 0x3070>;
> + fsl,drive-strength = <0>;
> + fsl,voltage = <1>;
> + fsl,pull-up = <0>;
> + };
> +
> + auart2_pins_a: auart2 at 0 {
> + reg = <0>;
> + fsl,pinmux-ids = <0x3080 0x3090 0x30a0 0x30b0>;
> + fsl,drive-strength = <0>;
> + fsl,voltage = <1>;
> + fsl,pull-up = <0>;
> + };
I would rather have these pin settings added along with the users to
ensure the pad configuration works for the boards or proper pad fix-up
for the boards are added together.
> auart3_pins_a: auart3 at 0 {
> reg = <0>;
> fsl,pinmux-ids = <0x30c0 0x30d0 0x30e0 0x30f0>;
> --
> 1.7.1
>
--
Regards,
Shawn
More information about the linux-arm-kernel
mailing list