mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
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>
22 lines
752 B
Diff
22 lines
752 B
Diff
From 5bb5d12217a4a8c5371ab73610dd0a0c38e0f9c1 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Thu, 18 Apr 2024 17:13:40 +0100
|
|
Subject: [PATCH 1033/1085] fixup! overlays: Force IRQ pins to inputs
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/sc16is752-spi1-overlay.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/sc16is752-spi1-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/sc16is752-spi1-overlay.dts
|
|
@@ -31,7 +31,7 @@
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
pinctrl-names = "default";
|
|
- pinctrl-0 = <&spi1_pins &spi1_cs_pins &int_pins>;
|
|
+ pinctrl-0 = <&spi1_pins &spi1_cs_pins>;
|
|
cs-gpios = <&gpio 18 1>;
|
|
status = "okay";
|
|
|