diff options
-rw-r--r-- | arch/arm/boot/dts/am437x-gp-evm.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/am437x-idk-evm.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/am437x-sk-evm.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts index 957840cc7b78..a4f31739057f 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts | |||
@@ -23,6 +23,10 @@ | |||
23 | display0 = &lcd0; | 23 | display0 = &lcd0; |
24 | }; | 24 | }; |
25 | 25 | ||
26 | chosen { | ||
27 | stdout-path = &uart0; | ||
28 | }; | ||
29 | |||
26 | evm_v3_3d: fixedregulator-v3_3d { | 30 | evm_v3_3d: fixedregulator-v3_3d { |
27 | compatible = "regulator-fixed"; | 31 | compatible = "regulator-fixed"; |
28 | regulator-name = "evm_v3_3d"; | 32 | regulator-name = "evm_v3_3d"; |
diff --git a/arch/arm/boot/dts/am437x-idk-evm.dts b/arch/arm/boot/dts/am437x-idk-evm.dts index b76a7c0264a5..c1f7f9336e64 100644 --- a/arch/arm/boot/dts/am437x-idk-evm.dts +++ b/arch/arm/boot/dts/am437x-idk-evm.dts | |||
@@ -18,6 +18,10 @@ | |||
18 | model = "TI AM437x Industrial Development Kit"; | 18 | model = "TI AM437x Industrial Development Kit"; |
19 | compatible = "ti,am437x-idk-evm","ti,am4372","ti,am43"; | 19 | compatible = "ti,am437x-idk-evm","ti,am4372","ti,am43"; |
20 | 20 | ||
21 | chosen { | ||
22 | stdout-path = &uart0; | ||
23 | }; | ||
24 | |||
21 | v24_0d: fixed-regulator-v24_0d { | 25 | v24_0d: fixed-regulator-v24_0d { |
22 | compatible = "regulator-fixed"; | 26 | compatible = "regulator-fixed"; |
23 | regulator-name = "V24_0D"; | 27 | regulator-name = "V24_0D"; |
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 319d94205350..4dc54bee2f36 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts | |||
@@ -24,6 +24,10 @@ | |||
24 | display0 = &lcd0; | 24 | display0 = &lcd0; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | chosen { | ||
28 | stdout-path = &uart0; | ||
29 | }; | ||
30 | |||
27 | /* fixed 32k external oscillator clock */ | 31 | /* fixed 32k external oscillator clock */ |
28 | clk_32k_rtc: clk_32k_rtc { | 32 | clk_32k_rtc: clk_32k_rtc { |
29 | #clock-cells = <0>; | 33 | #clock-cells = <0>; |
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 9d35c3f07cad..9acd4ccdec4e 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts | |||
@@ -24,6 +24,10 @@ | |||
24 | display0 = &lcd0; | 24 | display0 = &lcd0; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | chosen { | ||
28 | stdout-path = &uart0; | ||
29 | }; | ||
30 | |||
27 | vmmcsd_fixed: fixedregulator-sd { | 31 | vmmcsd_fixed: fixedregulator-sd { |
28 | compatible = "regulator-fixed"; | 32 | compatible = "regulator-fixed"; |
29 | regulator-name = "vmmcsd_fixed"; | 33 | regulator-name = "vmmcsd_fixed"; |