mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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";
|
||
|
+ };
|
||
|
};
|