mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
0171157d45
The patches were generated from the RPi repo with the following command: git format-patch v6.6.44..rpi-6.6.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
24 lines
707 B
Diff
24 lines
707 B
Diff
From 1162316fd26eeb4193b23fcc1bb332f42938aa70 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Thu, 2 May 2024 16:58:59 +0100
|
|
Subject: [PATCH 1212/1215] dts: bcm2712-rpi: Add gpiochip0 alias
|
|
|
|
Add a gpiochip0 aliase pointing to the rp1 GPIO node, making it appear
|
|
as gpiochip0.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi
|
|
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi.dtsi
|
|
@@ -112,6 +112,7 @@
|
|
gpio2 = &gio_aon;
|
|
gpio3 = &pinctrl;
|
|
gpio4 = &pinctrl_aon;
|
|
+ gpiochip0 = &gpio;
|
|
i2c = &i2c_arm;
|
|
i2c0 = &i2c0;
|
|
i2c1 = &i2c1;
|