mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	raspberry-pi."4": fix compatible string
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
		@@ -27,7 +27,7 @@ in {
 | 
			
		||||
            /plugin/;
 | 
			
		||||
 | 
			
		||||
            / {
 | 
			
		||||
              compatible = "brcm,bcm2835";
 | 
			
		||||
              compatible = "brcm,bcm2711";
 | 
			
		||||
 | 
			
		||||
              fragment@0 {
 | 
			
		||||
                target-path = "/";
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@ in {
 | 
			
		||||
            /plugin/;
 | 
			
		||||
 | 
			
		||||
            / {
 | 
			
		||||
              compatible = "brcm,bcm2835";
 | 
			
		||||
              compatible = "brcm,bcm2711";
 | 
			
		||||
 | 
			
		||||
              fragment@0 {
 | 
			
		||||
                target-path = "/";
 | 
			
		||||
@@ -181,7 +181,7 @@ in {
 | 
			
		||||
            // Overlay for the Raspberry Pi PoE+ HAT.
 | 
			
		||||
 | 
			
		||||
            / {
 | 
			
		||||
              compatible = "brcm,bcm2835";
 | 
			
		||||
              compatible = "brcm,bcm2711";
 | 
			
		||||
 | 
			
		||||
              fragment@10 {
 | 
			
		||||
                target-path = "/";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user