mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-24 03:56:59 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
28 lines
869 B
Diff
28 lines
869 B
Diff
From 55c33dcab1a094f7ba7292b5bfd20c862c5c1ba8 Mon Sep 17 00:00:00 2001
|
|
From: Stanimir Varbanov <svarbanov@suse.de>
|
|
Date: Mon, 20 Jan 2025 15:01:19 +0200
|
|
Subject: [PATCH] arm64: dts: broadcom: bcm2712-rpi-5-b: Enable PCIe DT nodes
|
|
|
|
Enable pcie1 and pcie2 DT nodes. Pcie1 is used for the extension
|
|
connector and pcie2 is used for RP1 south-bridge.
|
|
|
|
Signed-off-by: Stanimir Varbanov <svarbanov@suse.de>
|
|
---
|
|
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
@@ -715,3 +715,11 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
|
|
clocks = <&firmware_clocks 13>, <&firmware_clocks 14>, <&dvp 1>, <&clk_27MHz>;
|
|
clock-names = "hdmi", "bvb", "audio", "cec";
|
|
};
|
|
+
|
|
+&pcie1 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&pcie2 {
|
|
+ status = "okay";
|
|
+};
|