oxnas: add console=ttyS0,115200 argument to bootargs
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
		| @@ -10,7 +10,7 @@ | |||||||
| 	compatible = "akitio,mycloud", "oxsemi,ox820"; | 	compatible = "akitio,mycloud", "oxsemi,ox820"; | ||||||
|  |  | ||||||
| 	chosen { | 	chosen { | ||||||
| 		bootargs = "earlyprintk"; | 		bootargs = "earlyprintk console=ttyS0,115200"; | ||||||
| 		stdout-path = "serial0:115200n8"; | 		stdout-path = "serial0:115200n8"; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ | |||||||
| 	compatible = "cloudengines,pogoplugpro", "oxsemi,ox820"; | 	compatible = "cloudengines,pogoplugpro", "oxsemi,ox820"; | ||||||
|  |  | ||||||
| 	chosen { | 	chosen { | ||||||
| 		bootargs = "earlyprintk"; | 		bootargs = "earlyprintk console=ttyS0,115200"; | ||||||
| 		stdout-path = "serial0:115200n8"; | 		stdout-path = "serial0:115200n8"; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| 	compatible = "mitrastar,stg-212", "oxsemi,ox820"; | 	compatible = "mitrastar,stg-212", "oxsemi,ox820"; | ||||||
|  |  | ||||||
| 	chosen { | 	chosen { | ||||||
| 		bootargs = "earlyprintk"; | 		bootargs = "earlyprintk console=ttyS0,115200"; | ||||||
| 		stdout-path = "serial0:115200n8"; | 		stdout-path = "serial0:115200n8"; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| 	compatible = "shuttle,kd20", "oxsemi,ox820"; | 	compatible = "shuttle,kd20", "oxsemi,ox820"; | ||||||
|  |  | ||||||
| 	chosen { | 	chosen { | ||||||
| 		bootargs = "earlyprintk"; | 		bootargs = "earlyprintk console=ttyS0,115200"; | ||||||
| 		stdout-path = "serial0:115200n8"; | 		stdout-path = "serial0:115200n8"; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -0,0 +1,11 @@ | |||||||
|  | --- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts	2018-08-14 18:03:56.542679083 +0200 | ||||||
|  | +++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts	2018-11-04 18:19:35.154886643 +0100 | ||||||
|  | @@ -15,7 +15,7 @@ | ||||||
|  |  	compatible = "cloudengines,pogoplugv3", "oxsemi,ox820"; | ||||||
|  |   | ||||||
|  |  	chosen { | ||||||
|  | -		bootargs = "earlyprintk"; | ||||||
|  | +		bootargs = "earlyprintk console=ttyS0,115200"; | ||||||
|  |  		stdout-path = "serial0:115200n8"; | ||||||
|  |  	}; | ||||||
|  |   | ||||||
		Reference in New Issue
	
	Block a user
	 Daniel Golle
					Daniel Golle