Skip to content

Commit cc98b53

Browse files
mbgggregkh
authored andcommitted
arm: dts: mt2701: Add reset-cells
commit ae72e95 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 677adef commit cc98b53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/mt2701.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,14 @@
197197
compatible = "mediatek,mt2701-hifsys", "syscon";
198198
reg = <0 0x1a000000 0 0x1000>;
199199
#clock-cells = <1>;
200+
#reset-cells = <1>;
200201
};
201202

202203
ethsys: syscon@1b000000 {
203204
compatible = "mediatek,mt2701-ethsys", "syscon";
204205
reg = <0 0x1b000000 0 0x1000>;
205206
#clock-cells = <1>;
207+
#reset-cells = <1>;
206208
};
207209

208210
bdpsys: syscon@1c000000 {

0 commit comments

Comments
 (0)