lede/target/linux/bcm27xx/patches-6.12/950-0819-dts-bcm2712-ds-Remove-bcm7445-from-gio_aon.patch
=?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= d81c03f05e bcm27xx: add 6.12 patches from RPi repo
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>
2025-06-20 17:01:06 +08:00

26 lines
776 B
Diff

From bf3e7818c1114109dabd5d1c4f21f9520f735667 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Fri, 28 Feb 2025 10:42:17 +0000
Subject: [PATCH] dts: bcm2712-ds: Remove bcm7445 from gio_aon
The presence of bcm7445 in the gio_aon compatible strings should be
cosmetic, but it doesn't match gio and it breaks the pinctrl utility.
Standardise on just brcm,bcmstb-gpio, while also making a note to
improve pinctrl.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi | 1 +
1 file changed, 1 insertion(+)
--- a/arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
@@ -627,6 +627,7 @@
};
&gio_aon {
+ compatible = "brcm,brcmstb-gpio";
brcm,gpio-direct;
};