Skip to content

Commit ea78c19

Browse files
committed
Merge tag 'soc-fixes-6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull SoC fixes from Arnd Bergmann: "There are a few minor code fixes for tegra firmware, i.MX firmware and the eyeq reset controller, and a MAINTAINERS update as Alyssa Rosenzweig moves on to non-kernel projects. The other changes are all for devicetree files: - Multiple Marvell Armada SoCs need changes to fix PCIe, audio and SATA - A socfpga board fails to probe the ethernet phy - The two temperature sensors on i.MX8MP are swapped - Allwinner devicetree files cause build-time warnings - Two Rockchip based boards need corrections for headphone detection and SPI flash" * tag 'soc-fixes-6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: MAINTAINERS: remove Alyssa Rosenzweig firmware: tegra: Do not warn on missing memory-region property arm64: dts: marvell: cn9132-clearfog: fix multi-lane pci x2 and x4 ports arm64: dts: marvell: cn9132-clearfog: disable eMMC high-speed modes arm64: dts: marvell: cn913x-solidrun: fix sata ports status ARM: dts: kirkwood: Fix sound DAI cells for OpenRD clients arm64: dts: imx8mp: Correct thermal sensor index ARM: imx: Kconfig: Adjust select after renamed config option firmware: imx: Add stub functions for SCMI CPU API firmware: imx: Add stub functions for SCMI LMM API firmware: imx: Add stub functions for SCMI MISC API riscv: dts: allwinner: rename devterm i2c-gpio node to comply with binding arm64: dts: rockchip: Fix the headphone detection on the orangepi 5 arm64: dts: rockchip: Add vcc supply for SPI Flash on NanoPC-T6 ARM: dts: socfpga: sodia: Fix mdio bus probe and PHY address reset: eyeq: fix OF node leak ARM64: dts: mcbin: fix SATA ports on Macchiatobin ARM: dts: armada-370-db: Fix stereo audio input routing on Armada 370 ARM: dts: allwinner: Minor whitespace cleanup
2 parents 4ea5af0 + 1392377 commit ea78c19

File tree

22 files changed

+113
-28
lines changed

22 files changed

+113
-28
lines changed

.get_maintainer.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
22
3+
Alyssa Rosenzweig <[email protected]>
34
Christoph Hellwig <[email protected]>
45
Jeff Kirsher <[email protected]>
56
Marc Gonzalez <[email protected]>

MAINTAINERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,6 @@ S: Odd fixes
18451845
F: drivers/input/mouse/bcm5974.c
18461846

18471847
APPLE PCIE CONTROLLER DRIVER
1848-
M: Alyssa Rosenzweig <[email protected]>
18491848
M: Marc Zyngier <[email protected]>
18501849
18511850
S: Maintained
@@ -2364,7 +2363,6 @@ F: sound/soc/codecs/ssm3515.c
23642363
ARM/APPLE MACHINE SUPPORT
23652364
M: Sven Peter <[email protected]>
23662365
M: Janne Grunau <[email protected]>
2367-
R: Alyssa Rosenzweig <[email protected]>
23682366
R: Neal Gompa <[email protected]>
23692367
23702368
L: [email protected] (moderated for non-subscribers)

arch/arm/boot/dts/allwinner/sun4i-a10-olinuxino-lime.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
&usbphy {
219219
usb0_id_det-gpios = <&pio 7 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH4 */
220220
usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH5 */
221-
usb0_vbus-supply = <&reg_usb0_vbus>;
221+
usb0_vbus-supply = <&reg_usb0_vbus>;
222222
usb1_vbus-supply = <&reg_usb1_vbus>;
223223
usb2_vbus-supply = <&reg_usb2_vbus>;
224224
status = "okay";

arch/arm/boot/dts/allwinner/sun8i-q8-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
};
8383

8484
&ehci0 {
85-
status = "okay";
85+
status = "okay";
8686
};
8787

8888
&mmc1 {

arch/arm/boot/dts/allwinner/sun8i-r40.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@
705705
};
706706

707707
/omit-if-no-ref/
708-
uart2_rts_cts_pi_pins: uart2-rts-cts-pi-pins{
708+
uart2_rts_cts_pi_pins: uart2-rts-cts-pi-pins {
709709
pins = "PI16", "PI17";
710710
function = "uart2";
711711
};

arch/arm/boot/dts/allwinner/sun8i-v3s-netcube-kumquat.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
clk_can0: clock-can0 {
3030
compatible = "fixed-clock";
3131
#clock-cells = <0>;
32-
clock-frequency = <40000000>;
32+
clock-frequency = <40000000>;
3333
};
3434

3535
gpio-keys {

arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_sodia.dts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@
6666
mdio0 {
6767
#address-cells = <1>;
6868
#size-cells = <0>;
69-
phy0: ethernet-phy@0 {
70-
reg = <0>;
69+
compatible = "snps,dwmac-mdio";
70+
71+
phy0: ethernet-phy@4 {
72+
reg = <4>;
7173
rxd0-skew-ps = <0>;
7274
rxd1-skew-ps = <0>;
7375
rxd2-skew-ps = <0>;

arch/arm/boot/dts/marvell/armada-370-db.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"Out Jack", "HPL",
120120
"Out Jack", "HPR",
121121
"AIN1L", "In Jack",
122-
"AIN1L", "In Jack";
122+
"AIN1R", "In Jack";
123123
status = "okay";
124124

125125
simple-audio-card,dai-link@0 {

arch/arm/boot/dts/marvell/kirkwood-openrd-client.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
simple-audio-card,mclk-fs = <256>;
3939

4040
simple-audio-card,cpu {
41-
sound-dai = <&audio0 0>;
41+
sound-dai = <&audio0>;
4242
};
4343

4444
simple-audio-card,codec {

arch/arm/mach-imx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ choice
242242

243243
config VF_USE_PIT_TIMER
244244
bool "Use PIT timer"
245-
select VF_PIT_TIMER
245+
select NXP_PIT_TIMER
246246
help
247247
Use SoC Periodic Interrupt Timer (PIT) as clocksource
248248

0 commit comments

Comments
 (0)