Re: [PATCH v2 09/10] dt-bindings: arm: hisilicon: add missing properties into sysctrl.yaml

2020-10-12 Thread Rob Herring
On Mon, 12 Oct 2020 14:12:24 +0800, Zhen Lei wrote: > Add properties: #reset-cells, #address-cells, #size-cells and ranges. Due > to the Hisilicon system controller node may contains child nodes, change > the value of "additionalProperties" from "false" to "type: object". The > examples have also

[PATCH v2 09/10] dt-bindings: arm: hisilicon: add missing properties into sysctrl.yaml

2020-10-12 Thread Zhen Lei
Add properties: #reset-cells, #address-cells, #size-cells and ranges. Due to the Hisilicon system controller node may contains child nodes, change the value of "additionalProperties" from "false" to "type: object". The examples have also been updated. Signed-off-by: Zhen Lei ---