* [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440
@ 2015-05-07 8:54 Abhilash Kesavan
2015-05-07 23:48 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Abhilash Kesavan @ 2015-05-07 8:54 UTC (permalink / raw)
To: linux-arm-kernel
Remove the extra zero in the "cpu-crit-0" trip point for exynos5420
and exynos5440.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
---
arch/arm/boot/dts/exynos5420-trip-points.dtsi | 2 +-
arch/arm/boot/dts/exynos5440-trip-points.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/exynos5420-trip-points.dtsi b/arch/arm/boot/dts/exynos5420-trip-points.dtsi
index 5d31fc1..2180a01 100644
--- a/arch/arm/boot/dts/exynos5420-trip-points.dtsi
+++ b/arch/arm/boot/dts/exynos5420-trip-points.dtsi
@@ -28,7 +28,7 @@ trips {
type = "active";
};
cpu-crit-0 {
- temperature = <1200000>; /* millicelsius */
+ temperature = <120000>; /* millicelsius */
hysteresis = <0>; /* millicelsius */
type = "critical";
};
diff --git a/arch/arm/boot/dts/exynos5440-trip-points.dtsi b/arch/arm/boot/dts/exynos5440-trip-points.dtsi
index 48adfa8..356e963 100644
--- a/arch/arm/boot/dts/exynos5440-trip-points.dtsi
+++ b/arch/arm/boot/dts/exynos5440-trip-points.dtsi
@@ -18,7 +18,7 @@ trips {
type = "active";
};
cpu-crit-0 {
- temperature = <1050000>; /* millicelsius */
+ temperature = <105000>; /* millicelsius */
hysteresis = <0>; /* millicelsius */
type = "critical";
};
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440
2015-05-07 8:54 [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440 Abhilash Kesavan
@ 2015-05-07 23:48 ` Krzysztof Kozlowski
2015-05-08 18:10 ` [PATCH] ARM: dts: Fix typo in trip point temperature forexynos5420/5440 Kukjin Kim
2015-05-12 8:28 ` [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440 Lukasz Majewski
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2015-05-07 23:48 UTC (permalink / raw)
To: linux-arm-kernel
On 07.05.2015 17:54, Abhilash Kesavan wrote:
> Remove the extra zero in the "cpu-crit-0" trip point for exynos5420
> and exynos5440.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Looks good, thank you.
Applied to my tree, I'll push it later to Kukjin.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: dts: Fix typo in trip point temperature forexynos5420/5440
2015-05-07 8:54 [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440 Abhilash Kesavan
2015-05-07 23:48 ` Krzysztof Kozlowski
@ 2015-05-08 18:10 ` Kukjin Kim
2015-05-12 8:28 ` [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440 Lukasz Majewski
2 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2015-05-08 18:10 UTC (permalink / raw)
To: linux-arm-kernel
On 05/07/15 17:54, Abhilash Kesavan wrote:
> Remove the extra zero in the "cpu-crit-0" trip point for exynos5420
> and exynos5440.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> ---
> arch/arm/boot/dts/exynos5420-trip-points.dtsi | 2 +-
> arch/arm/boot/dts/exynos5440-trip-points.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5420-trip-points.dtsi b/arch/arm/boot/dts/exynos5420-trip-points.dtsi
> index 5d31fc1..2180a01 100644
> --- a/arch/arm/boot/dts/exynos5420-trip-points.dtsi
> +++ b/arch/arm/boot/dts/exynos5420-trip-points.dtsi
> @@ -28,7 +28,7 @@ trips {
> type = "active";
> };
> cpu-crit-0 {
> - temperature = <1200000>; /* millicelsius */
> + temperature = <120000>; /* millicelsius */
> hysteresis = <0>; /* millicelsius */
> type = "critical";
> };
> diff --git a/arch/arm/boot/dts/exynos5440-trip-points.dtsi b/arch/arm/boot/dts/exynos5440-trip-points.dtsi
> index 48adfa8..356e963 100644
> --- a/arch/arm/boot/dts/exynos5440-trip-points.dtsi
> +++ b/arch/arm/boot/dts/exynos5440-trip-points.dtsi
> @@ -18,7 +18,7 @@ trips {
> type = "active";
> };
> cpu-crit-0 {
> - temperature = <1050000>; /* millicelsius */
> + temperature = <105000>; /* millicelsius */
> hysteresis = <0>; /* millicelsius */
> type = "critical";
> };
Applied into fixes.
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440
2015-05-07 8:54 [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440 Abhilash Kesavan
2015-05-07 23:48 ` Krzysztof Kozlowski
2015-05-08 18:10 ` [PATCH] ARM: dts: Fix typo in trip point temperature forexynos5420/5440 Kukjin Kim
@ 2015-05-12 8:28 ` Lukasz Majewski
2 siblings, 0 replies; 4+ messages in thread
From: Lukasz Majewski @ 2015-05-12 8:28 UTC (permalink / raw)
To: linux-arm-kernel
Hi Abhilash,
> Remove the extra zero in the "cpu-crit-0" trip point for exynos5420
> and exynos5440.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> ---
> arch/arm/boot/dts/exynos5420-trip-points.dtsi | 2 +-
> arch/arm/boot/dts/exynos5440-trip-points.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5420-trip-points.dtsi
> b/arch/arm/boot/dts/exynos5420-trip-points.dtsi index
> 5d31fc1..2180a01 100644 ---
> a/arch/arm/boot/dts/exynos5420-trip-points.dtsi +++
> b/arch/arm/boot/dts/exynos5420-trip-points.dtsi @@ -28,7 +28,7 @@
> trips { type = "active";
> };
> cpu-crit-0 {
> - temperature = <1200000>; /* millicelsius */
> + temperature = <120000>; /* millicelsius */
> hysteresis = <0>; /* millicelsius */
> type = "critical";
> };
> diff --git a/arch/arm/boot/dts/exynos5440-trip-points.dtsi
> b/arch/arm/boot/dts/exynos5440-trip-points.dtsi index
> 48adfa8..356e963 100644 ---
> a/arch/arm/boot/dts/exynos5440-trip-points.dtsi +++
> b/arch/arm/boot/dts/exynos5440-trip-points.dtsi @@ -18,7 +18,7 @@
> trips { type = "active";
> };
> cpu-crit-0 {
> - temperature = <1050000>; /* millicelsius */
> + temperature = <105000>; /* millicelsius */
> hysteresis = <0>; /* millicelsius */
> type = "critical";
> };
Abhilash, thanks for spotting this mistake.
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Thanks Krzysztof for picking this fix during my absence :-)
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-12 8:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 8:54 [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440 Abhilash Kesavan
2015-05-07 23:48 ` Krzysztof Kozlowski
2015-05-08 18:10 ` [PATCH] ARM: dts: Fix typo in trip point temperature forexynos5420/5440 Kukjin Kim
2015-05-12 8:28 ` [PATCH] ARM: dts: Fix typo in trip point temperature for exynos5420/5440 Lukasz Majewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).