Skip to content

Commit 9828184

Browse files
committed
Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC fixes from Arnd Bergmann: "A few bugfixes already came up during the merge window. Samsung, ASpeed, Spear have minor DT changes, in case of Samsung this fixes a regression compared to earlier versions. Bartosz takes over as the primary maintainer for the TI DaVinci platform, and we get a few last minute defconfig changes" * tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: ARM: dts: spear320-hmi: correct STMPE GPIO compatible ARM: dts: aspeed: p10bmc: Update battery node name arm64: defconfig: Add IOSCHED_BFQ to the default configs arm64: defconfig: Fix unintentional disablement of PCI on i.MX ARM: dts: exynos: correct TMU phandle in Odroid XU3 family ARM: dts: exynos: correct TMU phandle in Odroid HC1 ARM: dts: exynos: correct TMU phandle in Odroid XU ARM: dts: exynos: correct TMU phandle in Exynos5250 ARM: dts: exynos: correct TMU phandle in Exynos4210 ARM: dts: exynos: correct TMU phandle in Exynos4 MAINTAINERS: make me the maintainer of DaVinci platforms
2 parents 11c7052 + 9f79762 commit 9828184

12 files changed

+21
-23
lines changed

MAINTAINERS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20880,11 +20880,10 @@ F: drivers/clk/ti/
2088020880
F: include/linux/clk/ti.h
2088120881

2088220882
TI DAVINCI MACHINE SUPPORT
20883-
M: Sekhar Nori <[email protected]>
20884-
R: Bartosz Golaszewski <[email protected]>
20883+
M: Bartosz Golaszewski <[email protected]>
2088520884
L: [email protected] (moderated for non-subscribers)
20886-
S: Supported
20887-
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
20885+
S: Maintained
20886+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2088820887
F: Documentation/devicetree/bindings/i2c/i2c-davinci.txt
2088920888
F: arch/arm/boot/dts/da850*
2089020889
F: arch/arm/mach-davinci/

arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
};
125125
};
126126

127-
iio-hwmon-battery {
127+
iio-hwmon {
128128
compatible = "iio-hwmon";
129129
io-channels = <&adc1 7>;
130130
};

arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
};
245245
};
246246

247-
iio-hwmon-battery {
247+
iio-hwmon {
248248
compatible = "iio-hwmon";
249249
io-channels = <&adc1 7>;
250250
};

arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
};
221221
};
222222

223-
iio-hwmon-battery {
223+
iio-hwmon {
224224
compatible = "iio-hwmon";
225225
io-channels = <&adc1 7>;
226226
};

arch/arm/boot/dts/exynos4-cpu-thermal.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/ {
1111
thermal-zones {
1212
cpu_thermal: cpu-thermal {
13-
thermal-sensors = <&tmu 0>;
13+
thermal-sensors = <&tmu>;
1414
polling-delay-passive = <0>;
1515
polling-delay = <0>;
1616
trips {

arch/arm/boot/dts/exynos4210.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@
393393
&cpu_thermal {
394394
polling-delay-passive = <0>;
395395
polling-delay = <0>;
396-
thermal-sensors = <&tmu 0>;
397396
};
398397

399398
&gic {

arch/arm/boot/dts/exynos5250.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@
11071107
&cpu_thermal {
11081108
polling-delay-passive = <0>;
11091109
polling-delay = <0>;
1110-
thermal-sensors = <&tmu 0>;
1110+
thermal-sensors = <&tmu>;
11111111

11121112
cooling-maps {
11131113
map0 {

arch/arm/boot/dts/exynos5410-odroidxu.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
};
121121

122122
&cpu0_thermal {
123-
thermal-sensors = <&tmu_cpu0 0>;
124123
polling-delay-passive = <0>;
125124
polling-delay = <0>;
126125

arch/arm/boot/dts/exynos5422-odroidhc1.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
thermal-zones {
3333
cpu0_thermal: cpu0-thermal {
34-
thermal-sensors = <&tmu_cpu0 0>;
34+
thermal-sensors = <&tmu_cpu0>;
3535
trips {
3636
cpu0_alert0: cpu-alert-0 {
3737
temperature = <70000>; /* millicelsius */
@@ -86,7 +86,7 @@
8686
};
8787
};
8888
cpu1_thermal: cpu1-thermal {
89-
thermal-sensors = <&tmu_cpu1 0>;
89+
thermal-sensors = <&tmu_cpu1>;
9090
trips {
9191
cpu1_alert0: cpu-alert-0 {
9292
temperature = <70000>;
@@ -130,7 +130,7 @@
130130
};
131131
};
132132
cpu2_thermal: cpu2-thermal {
133-
thermal-sensors = <&tmu_cpu2 0>;
133+
thermal-sensors = <&tmu_cpu2>;
134134
trips {
135135
cpu2_alert0: cpu-alert-0 {
136136
temperature = <70000>;
@@ -174,7 +174,7 @@
174174
};
175175
};
176176
cpu3_thermal: cpu3-thermal {
177-
thermal-sensors = <&tmu_cpu3 0>;
177+
thermal-sensors = <&tmu_cpu3>;
178178
trips {
179179
cpu3_alert0: cpu-alert-0 {
180180
temperature = <70000>;
@@ -218,7 +218,7 @@
218218
};
219219
};
220220
gpu_thermal: gpu-thermal {
221-
thermal-sensors = <&tmu_gpu 0>;
221+
thermal-sensors = <&tmu_gpu>;
222222
trips {
223223
gpu_alert0: gpu-alert-0 {
224224
temperature = <70000>;

arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
thermal-zones {
5252
cpu0_thermal: cpu0-thermal {
53-
thermal-sensors = <&tmu_cpu0 0>;
53+
thermal-sensors = <&tmu_cpu0>;
5454
polling-delay-passive = <250>;
5555
polling-delay = <0>;
5656
trips {
@@ -139,7 +139,7 @@
139139
};
140140
};
141141
cpu1_thermal: cpu1-thermal {
142-
thermal-sensors = <&tmu_cpu1 0>;
142+
thermal-sensors = <&tmu_cpu1>;
143143
polling-delay-passive = <250>;
144144
polling-delay = <0>;
145145
trips {
@@ -212,7 +212,7 @@
212212
};
213213
};
214214
cpu2_thermal: cpu2-thermal {
215-
thermal-sensors = <&tmu_cpu2 0>;
215+
thermal-sensors = <&tmu_cpu2>;
216216
polling-delay-passive = <250>;
217217
polling-delay = <0>;
218218
trips {
@@ -285,7 +285,7 @@
285285
};
286286
};
287287
cpu3_thermal: cpu3-thermal {
288-
thermal-sensors = <&tmu_cpu3 0>;
288+
thermal-sensors = <&tmu_cpu3>;
289289
polling-delay-passive = <250>;
290290
polling-delay = <0>;
291291
trips {
@@ -358,7 +358,7 @@
358358
};
359359
};
360360
gpu_thermal: gpu-thermal {
361-
thermal-sensors = <&tmu_gpu 0>;
361+
thermal-sensors = <&tmu_gpu>;
362362
polling-delay-passive = <250>;
363363
polling-delay = <0>;
364364
trips {

arch/arm/boot/dts/spear320-hmi.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
irq-trigger = <0x1>;
242242

243243
stmpegpio: stmpe-gpio {
244-
compatible = "stmpe,gpio";
244+
compatible = "st,stmpe-gpio";
245245
reg = <0>;
246246
gpio-controller;
247247
#gpio-cells = <2>;

arch/arm64/configs/defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ CONFIG_KVM=y
115115
CONFIG_JUMP_LABEL=y
116116
CONFIG_MODULES=y
117117
CONFIG_MODULE_UNLOAD=y
118+
CONFIG_IOSCHED_BFQ=y
118119
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
119120
# CONFIG_COMPAT_BRK is not set
120121
CONFIG_MEMORY_HOTPLUG=y
@@ -219,7 +220,7 @@ CONFIG_PCI_HOST_THUNDER_ECAM=y
219220
CONFIG_PCIE_ROCKCHIP_HOST=m
220221
CONFIG_PCIE_MEDIATEK_GEN3=m
221222
CONFIG_PCIE_BRCMSTB=m
222-
CONFIG_PCI_IMX6=y
223+
CONFIG_PCI_IMX6_HOST=y
223224
CONFIG_PCI_LAYERSCAPE=y
224225
CONFIG_PCI_HISI=y
225226
CONFIG_PCIE_QCOM=y

0 commit comments

Comments
 (0)