[PATCH v1 4/6] ARM: dts: BCM5301X: Specify pcie2 in the DT

Christian Lamparter chunkeey at gmail.com
Tue Aug 18 12:39:51 EDT 2020


The SoC supports three pcie ports. Currently, only
pcie0 and pcie1 are enabled. This patch adds the
pcie2 port as well.

Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 arch/arm/boot/dts/bcm5301x.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi
index 45f5b35fa02b..f7bd1587e285 100644
--- a/arch/arm/boot/dts/bcm5301x.dtsi
+++ b/arch/arm/boot/dts/bcm5301x.dtsi
@@ -252,6 +252,10 @@ pcie1: pcie at 13000 {
 			reg = <0x00013000 0x1000>;
 		};
 
+		pcie2: pcie at 14000 {
+			reg = <0x00014000 0x1000>;
+		};
+
 		usb2: usb2 at 21000 {
 			reg = <0x00021000 0x1000>;
 
-- 
2.28.0




More information about the linux-arm-kernel mailing list