Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a227cf4d authored by Matthias Brugger's avatar Matthias Brugger
Browse files

dt-bindings: ARM: Mediatek: Fix ethsys documentation



The ethsys registers a reset controller, so we need to specify a
reset cell. This patch fixes the documentation.

Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 294d47a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,4 +20,5 @@ ethsys: clock-controller@1b000000 {
	compatible = "mediatek,mt2701-ethsys", "syscon";
	reg = <0 0x1b000000 0 0x1000>;
	#clock-cells = <1>;
	#reset-cells = <1>;
};