diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-01-17 23:03:26 -0500 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2017-01-20 13:39:01 -0500 |
| commit | 220fbc13c2f7c4aecd7205e65a4e551b16e34497 (patch) | |
| tree | 9c08954b258bbd7faaeb7acf2bf8ef704c10f631 | |
| parent | bc1baa6b8f77e256ccfb8a4e265d34d39b83b0d8 (diff) | |
ARM: dts: dra7xx: Add stdout-path property
Add stdout-path property in /chosen node so that earlycon can be
used by just adding earlycon in bootargs.
Tested-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
| -rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 4 | ||||
| -rw-r--r-- | arch/arm/boot/dts/dra72-evm-common.dtsi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 40465d5277e6..4bc4b575c99b 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts | |||
| @@ -21,6 +21,10 @@ | |||
| 21 | reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */ | 21 | reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */ |
| 22 | }; | 22 | }; |
| 23 | 23 | ||
| 24 | chosen { | ||
| 25 | stdout-path = &uart1; | ||
| 26 | }; | ||
| 27 | |||
| 24 | evm_3v3_sd: fixedregulator-sd { | 28 | evm_3v3_sd: fixedregulator-sd { |
| 25 | compatible = "regulator-fixed"; | 29 | compatible = "regulator-fixed"; |
| 26 | regulator-name = "evm_3v3_sd"; | 30 | regulator-name = "evm_3v3_sd"; |
diff --git a/arch/arm/boot/dts/dra72-evm-common.dtsi b/arch/arm/boot/dts/dra72-evm-common.dtsi index 64553476c678..b3018b028eb4 100644 --- a/arch/arm/boot/dts/dra72-evm-common.dtsi +++ b/arch/arm/boot/dts/dra72-evm-common.dtsi | |||
| @@ -18,6 +18,10 @@ | |||
| 18 | display0 = &hdmi0; | 18 | display0 = &hdmi0; |
| 19 | }; | 19 | }; |
| 20 | 20 | ||
| 21 | chosen { | ||
| 22 | stdout-path = &uart1; | ||
| 23 | }; | ||
| 24 | |||
| 21 | evm_12v0: fixedregulator-evm12v0 { | 25 | evm_12v0: fixedregulator-evm12v0 { |
| 22 | /* main supply */ | 26 | /* main supply */ |
| 23 | compatible = "regulator-fixed"; | 27 | compatible = "regulator-fixed"; |
