mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	The qca8k patch series brings the numbering to 799. This patch renames 7xx patches to create space for more backports to be added. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com> [rename 729->719] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
		
			
				
	
	
		
			27 lines
		
	
	
		
			862 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			862 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 227a9ffc1bc77037339530607fe129af3824620e Mon Sep 17 00:00:00 2001
 | 
						|
From: Ansuel Smith <ansuelsmth@gmail.com>
 | 
						|
Date: Fri, 14 May 2021 23:00:00 +0200
 | 
						|
Subject: [PATCH] devicetree: net: dsa: qca8k: Document new compatible qca8327
 | 
						|
 | 
						|
Add support for qca8327 in the compatible list.
 | 
						|
 | 
						|
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
 | 
						|
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
 | 
						|
Acked-by: Rob Herring <robh@kernel.org>
 | 
						|
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
 | 
						|
Signed-off-by: David S. Miller <davem@davemloft.net>
 | 
						|
---
 | 
						|
 Documentation/devicetree/bindings/net/dsa/qca8k.txt | 1 +
 | 
						|
 1 file changed, 1 insertion(+)
 | 
						|
 | 
						|
--- a/Documentation/devicetree/bindings/net/dsa/qca8k.txt
 | 
						|
+++ b/Documentation/devicetree/bindings/net/dsa/qca8k.txt
 | 
						|
@@ -3,6 +3,7 @@
 | 
						|
 Required properties:
 | 
						|
 
 | 
						|
 - compatible: should be one of:
 | 
						|
+    "qca,qca8327"
 | 
						|
     "qca,qca8334"
 | 
						|
     "qca,qca8337"
 | 
						|
 
 |