ARM: DT: STi: STiH407: Update picophyreset for the usb3 controllers usb2 phy
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 30 Apr 2015 13:30:00 +0000 (15:30 +0200)
committerMaxime Coquelin <maxime.coquelin@st.com>
Thu, 7 May 2015 14:38:21 +0000 (16:38 +0200)
Ths picophyreset is incorrectly defined, which stops the usb2 phy being
taken out of reset.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
arch/arm/boot/dts/stih407-family.dtsi

index 85159b823867ee13daa5a147b0e120f89b3d9482..363db4b544c90c124297a5584fad0fb005e42998 100644 (file)
                        #phy-cells = <0>;
                        st,syscfg = <&syscfg_core 0x100 0xf4>;
                        resets = <&softreset STIH407_PICOPHY_SOFTRESET>,
-                                <&picophyreset STIH407_PICOPHY0_RESET>;
+                                <&picophyreset STIH407_PICOPHY2_RESET>;
                        reset-names = "global", "port";
                };
 
This page took 0.026677 seconds and 5 git commands to generate.