Skip to content

Commit 048d892

Browse files
committed
merge
2 parents 76b4d8a + 1bfd0fa commit 048d892

File tree

277 files changed

+2494
-1381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+2494
-1381
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 6
33
PATCHLEVEL = 17
4-
SUBLEVEL = 8
4+
SUBLEVEL = 9
55
EXTRAVERSION =
66
NAME = Baby Opossum Posse
77

arch/arm/boot/dts/broadcom/bcm47189-luxul-xap-1440.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
mdio {
5656
/delete-node/ switch@1e;
5757

58-
bcm54210e: ethernet-phy@0 {
59-
reg = <0>;
58+
bcm54210e: ethernet-phy@25 {
59+
reg = <25>;
6060
};
6161
};
6262
};

arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
pinctrl-0 = <&pinctrl_audmux>;
260260
status = "okay";
261261

262-
ssi2 {
262+
mux-ssi2 {
263263
fsl,audmux-port = <1>;
264264
fsl,port-config = <
265265
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -271,7 +271,7 @@
271271
>;
272272
};
273273

274-
aud3 {
274+
mux-aud3 {
275275
fsl,audmux-port = <2>;
276276
fsl,port-config = <
277277
IMX_AUDMUX_V2_PTCR_SYN

arch/arm/boot/dts/nxp/imx/imx6ull-engicam-microgea-rmm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
interrupt-parent = <&gpio2>;
137137
interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
138138
reset-gpios = <&gpio2 14 GPIO_ACTIVE_LOW>;
139-
report-rate-hz = <6>;
139+
report-rate-hz = <60>;
140140
/* settings valid only for Hycon touchscreen */
141141
touchscreen-size-x = <1280>;
142142
touchscreen-size-y = <800>;

arch/arm/crypto/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu "Accelerated Cryptographic Algorithms for CPU (arm)"
44

55
config CRYPTO_CURVE25519_NEON
66
tristate
7-
depends on KERNEL_MODE_NEON
7+
depends on KERNEL_MODE_NEON && !CPU_BIG_ENDIAN
88
select CRYPTO_KPP
99
select CRYPTO_LIB_CURVE25519_GENERIC
1010
select CRYPTO_ARCH_HAVE_LIB_CURVE25519

arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ img_subsys: bus@58000000 {
6767
power-domains = <&pd IMX_SC_R_CSI_0>;
6868
fsl,channel = <0>;
6969
fsl,num-irqs = <32>;
70-
status = "disabled";
7170
};
7271

7372
gpio0_mipi_csi0: gpio@58222000 {
@@ -144,7 +143,6 @@ img_subsys: bus@58000000 {
144143
power-domains = <&pd IMX_SC_R_CSI_1>;
145144
fsl,channel = <0>;
146145
fsl,num-irqs = <32>;
147-
status = "disabled";
148146
};
149147

150148
gpio0_mipi_csi1: gpio@58242000 {

arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dts

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,20 @@
1616
ethernet1 = &eqos;
1717
};
1818

19-
extcon_usbc: usbc {
20-
compatible = "linux,extcon-usb-gpio";
19+
connector {
20+
compatible = "gpio-usb-b-connector", "usb-b-connector";
21+
id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
22+
label = "Type-C";
2123
pinctrl-names = "default";
2224
pinctrl-0 = <&pinctrl_usb1_id>;
23-
id-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
25+
type = "micro";
26+
vbus-supply = <&reg_usb1_vbus>;
27+
28+
port {
29+
usb_dr_connector: endpoint {
30+
remote-endpoint = <&usb3_dwc>;
31+
};
32+
};
2433
};
2534

2635
leds {
@@ -230,9 +239,15 @@
230239
hnp-disable;
231240
srp-disable;
232241
dr_mode = "otg";
233-
extcon = <&extcon_usbc>;
234242
usb-role-switch;
243+
role-switch-default-mode = "peripheral";
235244
status = "okay";
245+
246+
port {
247+
usb3_dwc: endpoint {
248+
remote-endpoint = <&usb_dr_connector>;
249+
};
250+
};
236251
};
237252

238253
&usb_dwc3_1 {
@@ -261,7 +276,6 @@
261276
};
262277

263278
&usb3_phy0 {
264-
vbus-supply = <&reg_usb1_vbus>;
265279
status = "okay";
266280
};
267281

arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
compatible = "regulator-fixed";
121121
regulator-name = "vcc3v3_pcie";
122122
enable-active-high;
123-
gpios = <&gpio0 RK_PB1 GPIO_ACTIVE_HIGH>;
123+
gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
124124
pinctrl-names = "default";
125125
pinctrl-0 = <&pcie_drv>;
126126
regulator-always-on;
@@ -187,7 +187,7 @@
187187
vcc5v0_usb2b: regulator-vcc5v0-usb2b {
188188
compatible = "regulator-fixed";
189189
enable-active-high;
190-
gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
190+
gpio = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>;
191191
pinctrl-names = "default";
192192
pinctrl-0 = <&vcc5v0_usb2b_en>;
193193
regulator-name = "vcc5v0_usb2b";
@@ -199,7 +199,7 @@
199199
vcc5v0_usb2t: regulator-vcc5v0-usb2t {
200200
compatible = "regulator-fixed";
201201
enable-active-high;
202-
gpios = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
202+
gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
203203
pinctrl-names = "default";
204204
pinctrl-0 = <&vcc5v0_usb2t_en>;
205205
regulator-name = "vcc5v0_usb2t";

arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@
482482
};
483483

484484
&i2s1_8ch {
485+
pinctrl-names = "default";
486+
pinctrl-0 = <&i2s1m0_sclktx &i2s1m0_lrcktx &i2s1m0_sdi0 &i2s1m0_sdo0>;
485487
rockchip,trcm-sync-tx-only;
486488
status = "okay";
487489
};

arch/arm64/boot/dts/rockchip/rk3576.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,8 +2311,6 @@
23112311
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
23122312
pinctrl-names = "default";
23132313
pinctrl-0 = <&i2c9m0_xfer>;
2314-
resets = <&cru SRST_I2C9>, <&cru SRST_P_I2C9>;
2315-
reset-names = "i2c", "apb";
23162314
#address-cells = <1>;
23172315
#size-cells = <0>;
23182316
status = "disabled";

0 commit comments

Comments
 (0)