Skip to content

Commit 8425ac7

Browse files
committed
Merge tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung
Pull samsung fixes from Kukjin Kim: "Here is Samsung fixes for v4.1. Since I've missed to send this via arm-soc tree before v4.1-rc3, so I'm sending this to you directly - fix commit ea08de1 ("ARM: dts: Add DISP1 power domain for exynos5420") which causes 'unhandled fault: imprecise external abort' error when PD turned off. ("make DP a consumer of DISP1 power domain") - fix 's3c-rtc' probe failure on Odriod-X2/U2/U3 boards ("add 'rtc_src' clock to rtc node for source clock of rtc") - fix typo for 'cpu-crit-0' trip point on exynos5420/5440 - fix S2R failure on exynos5250-snow due to card power of Marvell WiFi driver (suspend/resume) ("add keep-power-in-susped to WiFi SDIO node")" * tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for exynos5250-snow ARM: dts: Fix typo in trip point temperature for exynos5420/5440 ARM: dts: add 'rtc_src' clock to rtc node for exynos4412-odroid boards ARM: dts: Make DP a consumer of DISP1 power domain on Exynos5420
2 parents 8f59ae0 + 8cf5e6d commit 8425ac7

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

arch/arm/boot/dts/exynos4412-odroid-common.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <dt-bindings/sound/samsung-i2s.h>
1111
#include <dt-bindings/input/input.h>
12+
#include <dt-bindings/clock/maxim,max77686.h>
1213
#include "exynos4412.dtsi"
1314

1415
/ {
@@ -105,6 +106,8 @@
105106

106107
rtc@10070000 {
107108
status = "okay";
109+
clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>;
110+
clock-names = "rtc", "rtc_src";
108111
};
109112

110113
g2d@10800000 {

arch/arm/boot/dts/exynos5250-snow.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@
567567
num-slots = <1>;
568568
broken-cd;
569569
cap-sdio-irq;
570+
keep-power-in-suspend;
570571
card-detect-delay = <200>;
571572
samsung,dw-mshc-ciu-div = <3>;
572573
samsung,dw-mshc-sdr-timing = <2 3>;

arch/arm/boot/dts/exynos5420-trip-points.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trips {
2828
type = "active";
2929
};
3030
cpu-crit-0 {
31-
temperature = <1200000>; /* millicelsius */
31+
temperature = <120000>; /* millicelsius */
3232
hysteresis = <0>; /* millicelsius */
3333
type = "critical";
3434
};

arch/arm/boot/dts/exynos5420.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
clock-names = "dp";
537537
phys = <&dp_phy>;
538538
phy-names = "dp";
539+
power-domains = <&disp_pd>;
539540
};
540541

541542
mipi_phy: video-phy@10040714 {

arch/arm/boot/dts/exynos5440-trip-points.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trips {
1818
type = "active";
1919
};
2020
cpu-crit-0 {
21-
temperature = <1050000>; /* millicelsius */
21+
temperature = <105000>; /* millicelsius */
2222
hysteresis = <0>; /* millicelsius */
2323
type = "critical";
2424
};

0 commit comments

Comments
 (0)