arm: dts: mt2701: Add reset-cells
authorMatthias Brugger <matthias.bgg@gmail.com>
Fri, 1 Dec 2017 12:07:08 +0000 (13:07 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 14 Dec 2017 11:07:58 +0000 (12:07 +0100)
The hifsys and ethsys needs the definition of the reset-cells
property. Fix this.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt2701.dtsi

index 965ddfbc9953685e559bfc169ef654ce60bc7347..05557fce0f1d98a6e4f56dd5b6d643444635409b 100644 (file)
                compatible = "mediatek,mt2701-hifsys", "syscon";
                reg = <0 0x1a000000 0 0x1000>;
                #clock-cells = <1>;
+               #reset-cells = <1>;
        };
 
        usb0: usb@1a1c0000 {
                compatible = "mediatek,mt2701-ethsys", "syscon";
                reg = <0 0x1b000000 0 0x1000>;
                #clock-cells = <1>;
+               #reset-cells = <1>;
        };
 
        eth: ethernet@1b100000 {