On 20/11/15 09:58, Yendapally Reddy Dhananjaya Reddy wrote:
> This enables the pinctrl support for Broadcom NSP SoC
> 
> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yrdre...@broadcom.com>

Looks like a sane pinctrl node here, unless there are objections, I
would like to go ahead and apply this for v4.5, thanks!

> ---
>  arch/arm/boot/dts/bcm-nsp.dtsi   | 7 +++++++
>  arch/arm/boot/dts/bcm958625k.dts | 9 +++++++++
>  2 files changed, 16 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
> index b74438c..a16d743 100644
> --- a/arch/arm/boot/dts/bcm-nsp.dtsi
> +++ b/arch/arm/boot/dts/bcm-nsp.dtsi
> @@ -226,5 +226,12 @@
>                       interrupts = <GIC_SPI 89 IRQ_TYPE_NONE>;
>                       clock-frequency = <100000>;
>               };
> +
> +             pinctrl: pinctrl@3f1c0 {
> +                     compatible = "brcm,nsp-pinmux";
> +                     reg = <0x3f1c0 0x04>,
> +                           <0x30028 0x04>,
> +                           <0x3f408 0x04>;
> +             };
>       };
>  };
> diff --git a/arch/arm/boot/dts/bcm958625k.dts 
> b/arch/arm/boot/dts/bcm958625k.dts
> index b966955..e298450 100644
> --- a/arch/arm/boot/dts/bcm958625k.dts
> +++ b/arch/arm/boot/dts/bcm958625k.dts
> @@ -105,3 +105,12 @@
>               };
>       };
>  };
> +
> +&pinctrl {
> +     pinctrl-names = "default";
> +     pinctrl-0 = <&nand_sel>;
> +     nand_sel: nand_sel {
> +             function = "nand";
> +             groups = "nand_grp";
> +     };
> +};
> 


-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to