37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
|
From 0be72abd656c82530193c3705092af3d920773ea Mon Sep 17 00:00:00 2001
|
||
|
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
|
||
|
Date: Tue, 10 Sep 2019 14:36:18 +0200
|
||
|
Subject: [PATCH 12/75] ODROID-XU4: ARM: dts: Add samsung,asv-bin property for
|
||
|
odroidxu3-lite
|
||
|
|
||
|
The Exynos5422 SoC used on Odroid XU3 Lite boards belongs to
|
||
|
a special ASV bin but this information cannot be read from the
|
||
|
CHIPID block registers. Add samsung,asv-bin property for XU3
|
||
|
Lite to ensure the ASV bin is properly determined.
|
||
|
|
||
|
Change-Id: I6e977b9cf0829be7ffff5aa84d7ee6b3e65b49cd
|
||
|
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
|
||
|
Signed-off-by: memeka <mihailescu2m@gmail.com>
|
||
|
---
|
||
|
arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts b/arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts
|
||
|
index 62c5928aa994..048b37d456e5 100644
|
||
|
--- a/arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts
|
||
|
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts
|
||
|
@@ -92,6 +92,10 @@ &cpu3_cooling_map4 {
|
||
|
<&cpu7 3 12>;
|
||
|
};
|
||
|
|
||
|
+&chipid {
|
||
|
+ samsung,asv-bin = <2>;
|
||
|
+};
|
||
|
+
|
||
|
&pwm {
|
||
|
/*
|
||
|
* PWM 0 -- fan
|
||
|
--
|
||
|
2.25.1
|
||
|
|