lantiq: fix dts compatible string
This was broken in 7bab49fd ("lantiq: add compatible strings to dts
files"), causing for the dm200 garbled serial output during boot, and
likely other issues.
Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
[fix the compat string of the P2601HNFX as well]
Signed-off-by: Mathias Kresin <dev@kresin.me>
			
			
This commit is contained in:
		 Thomas Nixon
					Thomas Nixon
				
			
				
					committed by
					
						 Mathias Kresin
						Mathias Kresin
					
				
			
			
				
	
			
			
			 Mathias Kresin
						Mathias Kresin
					
				
			
						parent
						
							0f72690a2d
						
					
				
				
					commit
					9fc9fbeb97
				
			| @@ -5,7 +5,7 @@ | |||||||
| #include <dt-bindings/input/input.h> | #include <dt-bindings/input/input.h> | ||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "netgear,dm200", "lantiq,xway", "lantiq,ar9"; | 	compatible = "netgear,dm200", "lantiq,xway", "lantiq,vr9"; | ||||||
| 	model = "Netgear DM200"; | 	model = "Netgear DM200"; | ||||||
|  |  | ||||||
| 	chosen { | 	chosen { | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
| #include <dt-bindings/input/input.h> | #include <dt-bindings/input/input.h> | ||||||
|  |  | ||||||
| / { | / { | ||||||
| 	compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,danube"; | 	compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,ar9"; | ||||||
| 	model = "ZyXEL P-2601HN-Fx"; | 	model = "ZyXEL P-2601HN-Fx"; | ||||||
|  |  | ||||||
| 	chosen { | 	chosen { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user