dt-bindings: ARM: Mediatek: Fix ethsys documentation
authorMatthias Brugger <matthias.bgg@gmail.com>
Fri, 1 Dec 2017 12:07:06 +0000 (13:07 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 20 Dec 2017 17:10:12 +0000 (18:10 +0100)
The ethsys registers a reset controller, so we need to specify a
reset cell. This patch fixes the documentation.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt

index 7aa3fa1..6cc7840 100644 (file)
@@ -20,4 +20,5 @@ ethsys: clock-controller@1b000000 {
        compatible = "mediatek,mt2701-ethsys", "syscon";
        reg = <0 0x1b000000 0 0x1000>;
        #clock-cells = <1>;
+       #reset-cells = <1>;
 };