Skip to content

Commit 5d4559a

Browse files
committed
Merge remote-tracking branch 'stable/linux-6.11.y' into v6.11+
2 parents f51dd8d + f0c5b21 commit 5d4559a

218 files changed

Lines changed: 1514 additions & 861 deletions

File tree

Some content is hidden

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

Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ properties:
6161
- gmii
6262
- rgmii
6363
- sgmii
64-
- 1000BaseX
64+
- 1000base-x
6565

6666
xlnx,phy-type:
6767
description:

Documentation/netlink/specs/mptcp_pm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ operations:
293293
doc: Get endpoint information
294294
attribute-set: attr
295295
dont-validate: [ strict ]
296-
flags: [ uns-admin-perm ]
297296
do: &get-addr-attrs
298297
request:
299298
attributes:

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 = 11
4-
SUBLEVEL = 7
4+
SUBLEVEL = 8
55
EXTRAVERSION =
66
NAME = Baby Opossum Posse
77

arch/arm/boot/dts/rockchip/rk3036-kylin.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@
325325
&i2c2 {
326326
status = "okay";
327327

328-
rt5616: rt5616@1b {
329-
compatible = "rt5616";
328+
rt5616: audio-codec@1b {
329+
compatible = "realtek,rt5616";
330330
reg = <0x1b>;
331331
clocks = <&cru SCLK_I2S_OUT>;
332332
clock-names = "mclk";

arch/arm/boot/dts/rockchip/rk3036.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -384,12 +384,13 @@
384384
};
385385
};
386386

387-
acodec: acodec-ana@20030000 {
388-
compatible = "rk3036-codec";
387+
acodec: audio-codec@20030000 {
388+
compatible = "rockchip,rk3036-codec";
389389
reg = <0x20030000 0x4000>;
390-
rockchip,grf = <&grf>;
391390
clock-names = "acodec_pclk";
392391
clocks = <&cru PCLK_ACODEC>;
392+
rockchip,grf = <&grf>;
393+
#sound-dai-cells = <0>;
393394
status = "disabled";
394395
};
395396

@@ -399,7 +400,6 @@
399400
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
400401
clocks = <&cru PCLK_HDMI>;
401402
clock-names = "pclk";
402-
rockchip,grf = <&grf>;
403403
pinctrl-names = "default";
404404
pinctrl-0 = <&hdmi_ctl>;
405405
#sound-dai-cells = <0>;
@@ -553,11 +553,11 @@
553553
};
554554

555555
spi: spi@20074000 {
556-
compatible = "rockchip,rockchip-spi";
556+
compatible = "rockchip,rk3036-spi";
557557
reg = <0x20074000 0x1000>;
558558
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
559-
clocks = <&cru PCLK_SPI>, <&cru SCLK_SPI>;
560-
clock-names = "apb-pclk","spi_pclk";
559+
clocks = <&cru SCLK_SPI>, <&cru PCLK_SPI>;
560+
clock-names = "spiclk", "apb_pclk";
561561
dmas = <&pdma 8>, <&pdma 9>;
562562
dma-names = "tx", "rx";
563563
pinctrl-names = "default";

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,6 +2173,7 @@ config ARM64_SME
21732173
bool "ARM Scalable Matrix Extension support"
21742174
default y
21752175
depends on ARM64_SVE
2176+
depends on BROKEN
21762177
help
21772178
The Scalable Matrix Extension (SME) is an extension to the AArch64
21782179
execution state which utilises a substantial subset of the SVE

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ vpu: vpu@2c000000 {
1515
mu_m0: mailbox@2d000000 {
1616
compatible = "fsl,imx6sx-mu";
1717
reg = <0x2d000000 0x20000>;
18-
interrupts = <GIC_SPI 469 IRQ_TYPE_LEVEL_HIGH>;
18+
interrupts = <GIC_SPI 472 IRQ_TYPE_LEVEL_HIGH>;
1919
#mbox-cells = <2>;
2020
power-domains = <&pd IMX_SC_R_VPU_MU_0>;
2121
status = "disabled";
@@ -24,7 +24,7 @@ vpu: vpu@2c000000 {
2424
mu1_m0: mailbox@2d020000 {
2525
compatible = "fsl,imx6sx-mu";
2626
reg = <0x2d020000 0x20000>;
27-
interrupts = <GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>;
27+
interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>;
2828
#mbox-cells = <2>;
2929
power-domains = <&pd IMX_SC_R_VPU_MU_1>;
3030
status = "disabled";

arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,18 @@
191191
};
192192
};
193193

194+
&media_blk_ctrl {
195+
/*
196+
* The LVDS panel on this device uses 72.4 MHz pixel clock,
197+
* set IMX8MP_VIDEO_PLL1 to 72.4 * 7 = 506.8 MHz so the LDB
198+
* serializer and LCDIFv3 scanout engine can reach accurate
199+
* pixel clock of exactly 72.4 MHz.
200+
*/
201+
assigned-clock-rates = <500000000>, <200000000>,
202+
<0>, <0>, <500000000>,
203+
<506800000>;
204+
};
205+
194206
&snvs_pwrkey {
195207
status = "okay";
196208
};

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261
compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
12621262
reg = <0x30b40000 0x10000>;
12631263
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
1264-
clocks = <&clk IMX8MP_CLK_DUMMY>,
1264+
clocks = <&clk IMX8MP_CLK_IPG_ROOT>,
12651265
<&clk IMX8MP_CLK_NAND_USDHC_BUS>,
12661266
<&clk IMX8MP_CLK_USDHC1_ROOT>;
12671267
clock-names = "ipg", "ahb", "per";
@@ -1275,7 +1275,7 @@
12751275
compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
12761276
reg = <0x30b50000 0x10000>;
12771277
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1278-
clocks = <&clk IMX8MP_CLK_DUMMY>,
1278+
clocks = <&clk IMX8MP_CLK_IPG_ROOT>,
12791279
<&clk IMX8MP_CLK_NAND_USDHC_BUS>,
12801280
<&clk IMX8MP_CLK_USDHC2_ROOT>;
12811281
clock-names = "ipg", "ahb", "per";
@@ -1289,7 +1289,7 @@
12891289
compatible = "fsl,imx8mp-usdhc", "fsl,imx8mm-usdhc", "fsl,imx7d-usdhc";
12901290
reg = <0x30b60000 0x10000>;
12911291
interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
1292-
clocks = <&clk IMX8MP_CLK_DUMMY>,
1292+
clocks = <&clk IMX8MP_CLK_IPG_ROOT>,
12931293
<&clk IMX8MP_CLK_NAND_USDHC_BUS>,
12941294
<&clk IMX8MP_CLK_USDHC3_ROOT>;
12951295
clock-names = "ipg", "ahb", "per";

arch/arm64/boot/dts/freescale/imx8qxp-ss-vpu.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
* Author: Alexander Stein
66
*/
77

8+
&mu_m0 {
9+
interrupts = <GIC_SPI 469 IRQ_TYPE_LEVEL_HIGH>;
10+
};
11+
12+
&mu1_m0 {
13+
interrupts = <GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>;
14+
};
15+
816
&vpu_core0 {
917
reg = <0x2d040000 0x10000>;
1018
};

0 commit comments

Comments
 (0)