Re: [PATCH v4 2/4] spi: ls7a: Add YAML schemas

2020-12-25 Thread zhangqing
Hi,Sergei Thank you for your reply and suggestion . I will use extra indentation levels and send v5 in the soon. Thanks, -Qing On 12/25/2020 08:19 PM, Sergei Shtylyov wrote: On 12/25/20 1:35 PM, Qing Zhang wrote: Switch the DT binding to a YAML schema to enable the DT validation.

Re: [PATCH v4 2/4] spi: ls7a: Add YAML schemas

2020-12-25 Thread zhangqing
Hi,Jiaxun Thank you for your reply. I will also delete the num chipelects attribute in the device tree. And I will send v5 in the soon. Thanks, -Qing On 12/26/2020 11:31 AM, Jiaxun Yang wrote: 在 2020/12/25 下午6:35, Qing Zhang 写道: Switch the DT binding to a YAML schema to enable the DT

Re: [PATCH v4 2/4] spi: ls7a: Add YAML schemas

2020-12-25 Thread Jiaxun Yang
在 2020/12/25 下午6:35, Qing Zhang 写道: Switch the DT binding to a YAML schema to enable the DT validation. Signed-off-by: Qing Zhang --- v4: fix warnings/errors about running 'make dt_binding_check' --- .../devicetree/bindings/spi/loongson,spi-ls7a.yaml | 46 ++ 1 file

Re: [PATCH v4 2/4] spi: ls7a: Add YAML schemas

2020-12-25 Thread Sergei Shtylyov
On 12/25/20 1:35 PM, Qing Zhang wrote: > Switch the DT binding to a YAML schema to enable the DT validation. > > Signed-off-by: Qing Zhang > --- > > v4: fix warnings/errors about running 'make dt_binding_check' > > --- > .../devicetree/bindings/spi/loongson,spi-ls7a.yaml | 46 >

[PATCH v4 2/4] spi: ls7a: Add YAML schemas

2020-12-25 Thread Qing Zhang
Switch the DT binding to a YAML schema to enable the DT validation. Signed-off-by: Qing Zhang --- v4: fix warnings/errors about running 'make dt_binding_check' --- .../devicetree/bindings/spi/loongson,spi-ls7a.yaml | 46 ++ 1 file changed, 46 insertions(+) create mode