diff mbox series

[2/5] arm: dts: mediatek: add pciesys support for MT7622 SoC

Message ID 20200810081712.11242-3-Chuanjia.Liu@mediatek.com
State Accepted
Commit 0cc587dd86c0762b29d542372306969a4b83b27d
Delegated to: Tom Rini
Headers show
Series Add PCIe and its clock support for mt7622 | expand

Commit Message

Chuanjia Liu Aug. 10, 2020, 8:17 a.m. UTC
This patch adds pciesys support in dts for MediaTek MT7622 SoC.

Signed-off-by: Henry Yen <henry.yen@mediatek.com>
Signed-off-by: Chuanjia Liu <Chuanjia.Liu@mediatek.com>
---
 arch/arm/dts/mt7622.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Tom Rini Aug. 20, 2020, 12:39 p.m. UTC | #1
On Mon, Aug 10, 2020 at 04:17:09PM +0800, Chuanjia Liu wrote:

> This patch adds pciesys support in dts for MediaTek MT7622 SoC.
> 
> Signed-off-by: Henry Yen <henry.yen@mediatek.com>
> Signed-off-by: Chuanjia Liu <Chuanjia.Liu@mediatek.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/mt7622.dtsi b/arch/arm/dts/mt7622.dtsi
index f9ce0c6c3e..f6919bb706 100644
--- a/arch/arm/dts/mt7622.dtsi
+++ b/arch/arm/dts/mt7622.dtsi
@@ -186,6 +186,13 @@ 
 		status = "disabled";
 	};
 
+	pciesys: pciesys@1a100800 {
+		compatible = "mediatek,mt7622-pciesys", "syscon";
+		reg = <0x1a100800 0x1000>;
+		#clock-cells = <1>;
+		#reset-cells = <1>;
+	};
+
 	ethsys: syscon@1b000000 {
 		compatible = "mediatek,mt7622-ethsys", "syscon";
 		reg = <0x1b000000 0x1000>;