mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			796 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			796 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From f6a59bd878a0c227f302db104f2b6079600642dd Mon Sep 17 00:00:00 2001
 | |
| From: Maxime Ripard <maxime@cerno.tech>
 | |
| Date: Fri, 17 Feb 2023 13:36:51 +0100
 | |
| Subject: [PATCH] dt-bindings: display: Add BCM2712 KMS driver bindings
 | |
| 
 | |
| The BCM2712 SoC comes with a new variation of the videocore display
 | |
| pipeline. Let's create a new compatible for it.
 | |
| 
 | |
| Signed-off-by: Maxime Ripard <maxime@cerno.tech>
 | |
| ---
 | |
|  Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml | 1 +
 | |
|  1 file changed, 1 insertion(+)
 | |
| 
 | |
| --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml
 | |
| +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml
 | |
| @@ -18,6 +18,7 @@ properties:
 | |
|    compatible:
 | |
|      enum:
 | |
|        - brcm,bcm2711-vc5
 | |
| +      - brcm,bcm2712-vc6
 | |
|        - brcm,bcm2835-vc4
 | |
|        - brcm,cygnus-vc4
 | |
|  
 |