Message ID | 1445856969-19424-1-git-send-email-lee.jones@linaro.org |
---|---|
State | Accepted |
Commit | c9bfec0032fb7f17ff8707581122d6d9d15051bc |
Headers | show |
On Tue, 12 Jan 2016, Philipp Zabel wrote: > Hi Lee, > > Am Dienstag, den 12.01.2016, 13:34 +0000 schrieb Lee Jones: > > On Mon, 26 Oct 2015, Lee Jones wrote: > > > > > Signed-off-by: Lee Jones <lee.jones@linaro.org> > > > --- > > > include/dt-bindings/reset-controller/stih407-resets.h | 4 ++++ > > > 1 file changed, 4 insertions(+) > > > > > > diff --git a/include/dt-bindings/reset-controller/stih407-resets.h b/include/dt-bindings/reset-controller/stih407-resets.h > > > index 02d4328..4ab3a1c 100644 > > > --- a/include/dt-bindings/reset-controller/stih407-resets.h > > > +++ b/include/dt-bindings/reset-controller/stih407-resets.h > > > @@ -52,6 +52,10 @@ > > > #define STIH407_KEYSCAN_SOFTRESET 26 > > > #define STIH407_USB2_PORT0_SOFTRESET 27 > > > #define STIH407_USB2_PORT1_SOFTRESET 28 > > > +#define STIH407_ST231_AUD_SOFTRESET 29 > > > +#define STIH407_ST231_DMU_SOFTRESET 30 > > > +#define STIH407_ST231_GP0_SOFTRESET 31 > > > +#define STIH407_ST231_GP1_SOFTRESET 32 > > > > > > /* Picophy reset defines */ > > > #define STIH407_PICOPHY0_RESET 0 > > > > Has anyone seen this patch? > > c9bfec0032fb, sorry I missed 4.4. What about v4.5? The merge window has only just opened. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/dt-bindings/reset-controller/stih407-resets.h b/include/dt-bindings/reset-controller/stih407-resets.h index 02d4328..4ab3a1c 100644 --- a/include/dt-bindings/reset-controller/stih407-resets.h +++ b/include/dt-bindings/reset-controller/stih407-resets.h @@ -52,6 +52,10 @@ #define STIH407_KEYSCAN_SOFTRESET 26 #define STIH407_USB2_PORT0_SOFTRESET 27 #define STIH407_USB2_PORT1_SOFTRESET 28 +#define STIH407_ST231_AUD_SOFTRESET 29 +#define STIH407_ST231_DMU_SOFTRESET 30 +#define STIH407_ST231_GP0_SOFTRESET 31 +#define STIH407_ST231_GP1_SOFTRESET 32 /* Picophy reset defines */ #define STIH407_PICOPHY0_RESET 0
Signed-off-by: Lee Jones <lee.jones@linaro.org> --- include/dt-bindings/reset-controller/stih407-resets.h | 4 ++++ 1 file changed, 4 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html