On Wed, 30 Sep 2020 at 05:19, Zhen Lei <thunder.leizhen@xxxxxxxxxx> wrote: > > Add some compatible strings for Hisilicon controllers: > hisilicon,hi6220-sramctrl --> Hi6220 SRAM controller > hisilicon,pcie-sas-subctrl --> HiP05/HiP06 PCIe-SAS subsystem controller > hisilicon,peri-subctrl --> HiP05/HiP06 PERI subsystem controller > hisilicon,dsa-subctrl --> HiP05/HiP06 DSA subsystem controller > > Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/mfd/syscon.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml > index 049ec2ffc7f97e4..fc2e85004d363bf 100644 > --- a/Documentation/devicetree/bindings/mfd/syscon.yaml > +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml > @@ -40,7 +40,10 @@ properties: > - allwinner,sun50i-a64-system-controller > - microchip,sparx5-cpu-syscon > - mstar,msc313-pmsleep > - > + - hisilicon,hi6220-sramctrl > + - hisilicon,pcie-sas-subctrl > + - hisilicon,peri-subctrl > + - hisilicon,dsa-subctrl Add them in alphabetical order, not at the end of list. Best regards, Krzysztof