-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebase linux patches on top of 6.8.12
- Loading branch information
1 parent
1bda9cc
commit d904750
Showing
5 changed files
with
718 additions
and
1,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...Add-turingmachines-tp2-nodes-compat.patch → ...dd-turingmachines-tp2-nodes-compati.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
From 81d9505285d3ac75b26d7db97ff88b3bb4c3280c Mon Sep 17 00:00:00 2001 | ||
From 11b63ef4e71e30e3736cd69a00b8d0618a7867b7 Mon Sep 17 00:00:00 2001 | ||
From: Sam Edwards <CFSworks@gmail.com> | ||
Date: Sat, 20 May 2023 20:53:14 -0600 | ||
Subject: [PATCH 3/3] gpio: aggregator: Add "turingmachines,tp2-nodes" | ||
Subject: [PATCH 2/2] gpio: aggregator: Add "turingmachines,tp2-nodes" | ||
compatible | ||
|
||
--- | ||
drivers/gpio/gpio-aggregator.c | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/drivers/gpio/gpio-aggregator.c b/drivers/gpio/gpio-aggregator.c | ||
index 9b0adbdddbfc..92afa9ce8a77 100644 | ||
index 38e0fff9afe7..e128be5d13eb 100644 | ||
--- a/drivers/gpio/gpio-aggregator.c | ||
+++ b/drivers/gpio/gpio-aggregator.c | ||
@@ -536,6 +536,7 @@ static const struct of_device_id gpio_aggregator_dt_ids[] = { | ||
@@ -605,6 +605,7 @@ static const struct of_device_id gpio_aggregator_dt_ids[] = { | ||
* Add GPIO-operated devices controlled from userspace below, | ||
* or use "driver_override" in sysfs | ||
* or use "driver_override" in sysfs. | ||
*/ | ||
+ { .compatible = "turing,pi2-nodes", }, | ||
+ { .compatible = "turing,pi2-nodes", }, | ||
{} | ||
}; | ||
MODULE_DEVICE_TABLE(of, gpio_aggregator_dt_ids); | ||
-- | ||
2.39.2 | ||
2.45.2 | ||
|
Oops, something went wrong.