mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
538a1d740c
The patches were generated from the RPi repo with the following command: git format-patch v6.6.58..rpi-6.6.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
28 lines
788 B
Diff
28 lines
788 B
Diff
From 2132f8aad4e978a9789a84f667567ce2bc93cb3c Mon Sep 17 00:00:00 2001
|
|
From: Dom Cobley <popcornmix@gmail.com>
|
|
Date: Thu, 10 Oct 2024 17:19:06 +0100
|
|
Subject: [PATCH 1316/1350] Reapply "dtoverlays: Add Sense Hat to hat_map"
|
|
|
|
This reverts commit 14fc8b7994220e9b3d85c07b53c5704d5e082944.
|
|
---
|
|
arch/arm/boot/dts/overlays/hat_map.dts | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/hat_map.dts
|
|
+++ b/arch/arm/boot/dts/overlays/hat_map.dts
|
|
@@ -95,4 +95,14 @@
|
|
uuid = [ 1c955808 681f 4bbc a2ef b7ea47cd388e ];
|
|
overlay = "recalboxrgbdual";
|
|
};
|
|
+
|
|
+ sensehat-v1 {
|
|
+ uuid = [ 5d960035 8e87 428f 95d8 59852d697754 ];
|
|
+ overlay = "rpi-sense";
|
|
+ };
|
|
+
|
|
+ sensehat-v2 {
|
|
+ uuid = [ 1aa9c428 72eb 48da 9306 8c3706ed3653 ];
|
|
+ overlay = "rpi-sense-v2";
|
|
+ };
|
|
};
|