0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-22 04:56:15 +00:00
openwrt/target/linux/bcm27xx/patches-6.6/950-0687-dts-bcm2712-Add-the-krnbt-parameter.patch
Álvaro Fernández Rojas 8c405cdccc bcm27xx: add 6.6 kernel patches
The patches were generated from the RPi repo with the following command:
git format-patch v6.6.34..rpi-6.1.y

Some patches needed rebasing and, as usual, the applied and reverted, wireless
drivers, Github workflows, READMEs and defconfigs patches were removed.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-06-18 18:52:49 +02:00

24 lines
916 B
Diff

From d547158d3e72e19dc5602d58ddd879005d982137 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Fri, 20 Oct 2023 17:15:25 +0100
Subject: [PATCH 0687/1085] dts: bcm2712: Add the krnbt parameter
Add a Pi 5 implementation of the krnbt parameter, for symmetry and
for tinkering purposes.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 1 +
1 file changed, 1 insertion(+)
--- a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
+++ b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
@@ -809,6 +809,7 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
i2c_baudrate = <&i2c_arm>, "clock-frequency:0";
i2c_arm_baudrate = <&i2c_arm>, "clock-frequency:0";
i2c_vc_baudrate = <&i2c_vc>, "clock-frequency:0";
+ krnbt = <&bluetooth>, "status";
nvme = <&pciex1>, "status";
pciex1 = <&pciex1>, "status";
pciex1_gen = <&pciex1> , "max-link-speed:0";