lkml.org 
[lkml]   [2014]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 01/13] ARM: STi: DT: STiH416: Add pinctl setup for usb controllers.
    Date
    This patch adds the required pin config for all usb controllers
    on the stih416.

    Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
    ---
    arch/arm/boot/dts/stih416-pinctrl.dtsi | 34 ++++++++++++++++++++++++++++++++++
    1 file changed, 34 insertions(+)

    diff --git a/arch/arm/boot/dts/stih416-pinctrl.dtsi b/arch/arm/boot/dts/stih416-pinctrl.dtsi
    index c2025bc..9cccf2d 100644
    --- a/arch/arm/boot/dts/stih416-pinctrl.dtsi
    +++ b/arch/arm/boot/dts/stih416-pinctrl.dtsi
    @@ -147,6 +147,15 @@
    };
    };

    + usb {
    + pinctrl_usb3: usb3 {
    + st,pins {
    + oc-detect = <&pio40 0 ALT1 IN>;
    + pwr-enable = <&pio40 1 ALT1 OUT>;
    + };
    + };
    + };
    +
    sbc_i2c1 {
    pinctrl_sbc_i2c1_default: sbc_i2c1-default {
    st,pins {
    @@ -318,6 +327,16 @@
    };
    };

    + usb {
    + pinctrl_usb0: usb0 {
    + st,pins {
    + oc-detect = <&pio9 4 ALT1 IN>;
    + pwr-enable = <&pio9 5 ALT1 OUT>;
    + };
    + };
    + };
    +
    +
    i2c1 {
    pinctrl_i2c1_default: i2c1-default {
    st,pins {
    @@ -506,6 +525,21 @@
    };
    };
    };
    +
    + usb {
    + pinctrl_usb1: usb1 {
    + st,pins {
    + oc-detect = <&pio18 0 ALT1 IN>;
    + pwr-enable = <&pio18 1 ALT1 OUT>;
    + };
    + };
    + pinctrl_usb2: usb2 {
    + st,pins {
    + oc-detect = <&pio18 2 ALT1 IN>;
    + pwr-enable = <&pio18 3 ALT1 OUT>;
    + };
    + };
    + };
    };

    pin-controller-fvdp-fe {
    --
    1.9.1


    \
     
     \ /
      Last update: 2014-11-07 13:21    [W:4.147 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site