Re: [PATCH v2 01/10] dt-bindings: mstar: Add binding details for mstar,smpctrl

2020-12-10 Thread Daniel Palmer
Hi Arnd, On Thu, 10 Dec 2020 at 02:45, Arnd Bergmann wrote: > Daniel, please send patches on top of this series to address Rob's > comments. Will do. On the enabled method one I had a question for Rob so I'll wait for a reply to that and then send the fixes. Sorry about the trouble caused. Than

Re: [PATCH v2 01/10] dt-bindings: mstar: Add binding details for mstar,smpctrl

2020-12-10 Thread Daniel Palmer
Hi Rob, On Thu, 10 Dec 2020 at 01:35, Rob Herring wrote: > On Tue, Dec 01, 2020 at 10:43:21PM +0900, Daniel Palmer wrote: > > This adds a YAML description of the smpctrl node needed by the > > platform code for the MStar/SigmaStar Armv7 SoCs to boot secondary cpus. > > You need an 'enable-method'

Re: [PATCH v2 01/10] dt-bindings: mstar: Add binding details for mstar,smpctrl

2020-12-09 Thread Rob Herring
On Tue, Dec 01, 2020 at 10:43:21PM +0900, Daniel Palmer wrote: > This adds a YAML description of the smpctrl node needed by the > platform code for the MStar/SigmaStar Armv7 SoCs to boot secondary cpus. You need an 'enable-method' string defined too. > > Signed-off-by: Daniel Palmer > --- > ..