]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.14.21/arm-dts-mt2701-add-reset-cells.patch
fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 4.14.21 / arm-dts-mt2701-add-reset-cells.patch
CommitLineData
a9ca1521
GKH
1From ae72e95b5e4ded145bfc6926ad9457b74e3af41a Mon Sep 17 00:00:00 2001
2From: Matthias Brugger <matthias.bgg@gmail.com>
3Date: Fri, 1 Dec 2017 13:07:08 +0100
4Subject: arm: dts: mt2701: Add reset-cells
5
6From: Matthias Brugger <matthias.bgg@gmail.com>
7
8commit ae72e95b5e4ded145bfc6926ad9457b74e3af41a upstream.
9
10The hifsys and ethsys needs the definition of the reset-cells
11property. Fix this.
12
13Reviewed-by: Rob Herring <robh@kernel.org>
14Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
15Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16
17---
18 arch/arm/boot/dts/mt2701.dtsi | 2 ++
19 1 file changed, 2 insertions(+)
20
21--- a/arch/arm/boot/dts/mt2701.dtsi
22+++ b/arch/arm/boot/dts/mt2701.dtsi
23@@ -593,6 +593,7 @@
24 compatible = "mediatek,mt2701-hifsys", "syscon";
25 reg = <0 0x1a000000 0 0x1000>;
26 #clock-cells = <1>;
27+ #reset-cells = <1>;
28 };
29
30 usb0: usb@1a1c0000 {
31@@ -677,6 +678,7 @@
32 compatible = "mediatek,mt2701-ethsys", "syscon";
33 reg = <0 0x1b000000 0 0x1000>;
34 #clock-cells = <1>;
35+ #reset-cells = <1>;
36 };
37
38 eth: ethernet@1b100000 {