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>
		
			
				
	
	
		
			25 lines
		
	
	
		
			719 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			719 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 1145ffe1679abe616a081c46ed7f276f4974d1fd Mon Sep 17 00:00:00 2001
 | 
						|
From: Andrew Scheller <andrew.scheller@raspberrypi.com>
 | 
						|
Date: Tue, 20 Feb 2024 17:53:03 +0000
 | 
						|
Subject: [PATCH 0906/1085] Add IQaudio CodecZero to hat_map.dts
 | 
						|
 | 
						|
Fixes https://github.com/raspberrypi/Pi-Codec/issues/9
 | 
						|
---
 | 
						|
 arch/arm/boot/dts/overlays/hat_map.dts | 5 +++++
 | 
						|
 1 file changed, 5 insertions(+)
 | 
						|
 | 
						|
--- a/arch/arm/boot/dts/overlays/hat_map.dts
 | 
						|
+++ b/arch/arm/boot/dts/overlays/hat_map.dts
 | 
						|
@@ -6,6 +6,11 @@
 | 
						|
 		overlay = "iqaudio-codec";
 | 
						|
 	};
 | 
						|
 
 | 
						|
+	iqaudio-pi-codeczero {
 | 
						|
+		uuid = [ e15c739c 877d 4e29 ab36 4dc73c21127c ];
 | 
						|
+		overlay = "iqaudio-codec";
 | 
						|
+	};
 | 
						|
+
 | 
						|
 	pisound {
 | 
						|
 		uuid = [ a7ee5d28 da03 41f5 bbd7 20438a4bec5d ];
 | 
						|
 		overlay = "pisound";
 |