Re: [PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-12-13 Thread Yixun Lan
On 12/14/17 00:01, Philipp Zabel wrote: > Hi Yixun, > > On Wed, 2017-12-13 at 22:07 +0800, Yixun Lan wrote: >> Hi Philipp >> >> On 11/10/2017 04:46 PM, Yixun Lan wrote: >>> Try to add compatible string explictly to support new Meson-AXG SoC. >>> >>> Signed-off-by: Yixun Lan

Re: [PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-12-13 Thread Yixun Lan
On 12/14/17 00:01, Philipp Zabel wrote: > Hi Yixun, > > On Wed, 2017-12-13 at 22:07 +0800, Yixun Lan wrote: >> Hi Philipp >> >> On 11/10/2017 04:46 PM, Yixun Lan wrote: >>> Try to add compatible string explictly to support new Meson-AXG SoC. >>> >>> Signed-off-by: Yixun Lan >>> --- >>>

Re: [PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-12-13 Thread Philipp Zabel
Hi Yixun, On Wed, 2017-12-13 at 22:07 +0800, Yixun Lan wrote: > Hi Philipp > > On 11/10/2017 04:46 PM, Yixun Lan wrote: > > Try to add compatible string explictly to support new Meson-AXG SoC. > > > > Signed-off-by: Yixun Lan > > --- > > drivers/reset/reset-meson.c | 2

Re: [PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-12-13 Thread Philipp Zabel
Hi Yixun, On Wed, 2017-12-13 at 22:07 +0800, Yixun Lan wrote: > Hi Philipp > > On 11/10/2017 04:46 PM, Yixun Lan wrote: > > Try to add compatible string explictly to support new Meson-AXG SoC. > > > > Signed-off-by: Yixun Lan > > --- > > drivers/reset/reset-meson.c | 2 ++ > > 1 file changed,

Re: [PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-12-13 Thread Yixun Lan
Hi Philipp On 11/10/2017 04:46 PM, Yixun Lan wrote: > Try to add compatible string explictly to support new Meson-AXG SoC. > > Signed-off-by: Yixun Lan > --- > drivers/reset/reset-meson.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

Re: [PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-12-13 Thread Yixun Lan
Hi Philipp On 11/10/2017 04:46 PM, Yixun Lan wrote: > Try to add compatible string explictly to support new Meson-AXG SoC. > > Signed-off-by: Yixun Lan > --- > drivers/reset/reset-meson.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/reset/reset-meson.c

Re: [PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-11-17 Thread Neil Armstrong
On 10/11/2017 09:46, Yixun Lan wrote: > Try to add compatible string explictly to support new Meson-AXG SoC. > > Signed-off-by: Yixun Lan > --- > drivers/reset/reset-meson.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/reset/reset-meson.c

Re: [PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-11-17 Thread Neil Armstrong
On 10/11/2017 09:46, Yixun Lan wrote: > Try to add compatible string explictly to support new Meson-AXG SoC. > > Signed-off-by: Yixun Lan > --- > drivers/reset/reset-meson.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/reset/reset-meson.c b/drivers/reset/reset-meson.c >

[PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-11-10 Thread Yixun Lan
Try to add compatible string explictly to support new Meson-AXG SoC. Signed-off-by: Yixun Lan --- drivers/reset/reset-meson.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/reset/reset-meson.c b/drivers/reset/reset-meson.c index c419a3753d00..93cbee1ae8ef

[PATCH 2/3] reset: meson-axg: add compatible string for Meson-AXG SoC

2017-11-10 Thread Yixun Lan
Try to add compatible string explictly to support new Meson-AXG SoC. Signed-off-by: Yixun Lan --- drivers/reset/reset-meson.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/reset/reset-meson.c b/drivers/reset/reset-meson.c index c419a3753d00..93cbee1ae8ef 100644 ---