Re: [PATCH v3 2/3] dt-bindings: arm: hisilicon: Add binding for L3 cache controller

2021-01-13 Thread Leizhen (ThunderTown)
On 2021/1/13 19:15, Arnd Bergmann wrote: > On Wed, Jan 13, 2021 at 9:13 AM Leizhen (ThunderTown) > wrote: >> On 2021/1/13 15:44, Leizhen (ThunderTown) wrote: >>> On 2021/1/12 21:55, Arnd Bergmann wrote: On Tue, Jan 12, 2021 at 1:35 PM Leizhen (ThunderTown) wrote: > On 2021/1/12

Re: [PATCH v3 2/3] dt-bindings: arm: hisilicon: Add binding for L3 cache controller

2021-01-13 Thread Arnd Bergmann
On Wed, Jan 13, 2021 at 9:13 AM Leizhen (ThunderTown) wrote: > On 2021/1/13 15:44, Leizhen (ThunderTown) wrote: > > On 2021/1/12 21:55, Arnd Bergmann wrote: > >> On Tue, Jan 12, 2021 at 1:35 PM Leizhen (ThunderTown) > >> wrote: > >>> On 2021/1/12 16:46, Arnd Bergmann wrote: > On Tue, Jan

Re: [PATCH v3 2/3] dt-bindings: arm: hisilicon: Add binding for L3 cache controller

2021-01-13 Thread Leizhen (ThunderTown)
On 2021/1/13 15:44, Leizhen (ThunderTown) wrote: > > > On 2021/1/12 21:55, Arnd Bergmann wrote: >> On Tue, Jan 12, 2021 at 1:35 PM Leizhen (ThunderTown) >> wrote: >>> On 2021/1/12 16:46, Arnd Bergmann wrote: On Tue, Jan 12, 2021 at 2:56 AM Zhen Lei wrote: > +--- >

Re: [PATCH v3 2/3] dt-bindings: arm: hisilicon: Add binding for L3 cache controller

2021-01-12 Thread Leizhen (ThunderTown)
On 2021/1/12 21:55, Arnd Bergmann wrote: > On Tue, Jan 12, 2021 at 1:35 PM Leizhen (ThunderTown) > wrote: >> On 2021/1/12 16:46, Arnd Bergmann wrote: >>> On Tue, Jan 12, 2021 at 2:56 AM Zhen Lei wrote: >>> +--- +$id: http://devicetree.org/schemas/arm/hisilicon/l3cache.yaml#

Re: [PATCH v3 2/3] dt-bindings: arm: hisilicon: Add binding for L3 cache controller

2021-01-12 Thread Arnd Bergmann
On Tue, Jan 12, 2021 at 1:35 PM Leizhen (ThunderTown) wrote: > On 2021/1/12 16:46, Arnd Bergmann wrote: > > On Tue, Jan 12, 2021 at 2:56 AM Zhen Lei wrote: > > > >> +--- > >> +$id: http://devicetree.org/schemas/arm/hisilicon/l3cache.yaml# > >> +$schema:

Re: [PATCH v3 2/3] dt-bindings: arm: hisilicon: Add binding for L3 cache controller

2021-01-12 Thread Leizhen (ThunderTown)
On 2021/1/12 16:46, Arnd Bergmann wrote: > On Tue, Jan 12, 2021 at 2:56 AM Zhen Lei wrote: > >> +--- >> +$id: http://devicetree.org/schemas/arm/hisilicon/l3cache.yaml# >> +$schema: http://devicetree.org/meta-schemas/core.yaml# >> + >> +title: Hisilicon L3 cache controller >> + >>

Re: [PATCH v3 2/3] dt-bindings: arm: hisilicon: Add binding for L3 cache controller

2021-01-12 Thread Arnd Bergmann
On Tue, Jan 12, 2021 at 2:56 AM Zhen Lei wrote: > +--- > +$id: http://devicetree.org/schemas/arm/hisilicon/l3cache.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Hisilicon L3 cache controller > + > +maintainers: > + - Wei Xu > + > +description: | > + The

[PATCH v3 2/3] dt-bindings: arm: hisilicon: Add binding for L3 cache controller

2021-01-11 Thread Zhen Lei
Add devicetree binding for Hisilicon L3 cache controller. Signed-off-by: Zhen Lei --- .../bindings/arm/hisilicon/l3cache.yaml | 37 +++ 1 file changed, 37 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/hisilicon/l3cache.yaml diff --git