Skip to content

Commit d571fe4

Browse files
committed
Merge tag 'devicetree-fixes-for-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree fixes from Rob Herring: - Fix warnings for Mediatek overlays not getting applied - Fix regression in handling elfcorehdr region - Fix creating cpufreq device on OPPv1 platforms - Add GE7800 GPU in Renesas R-Car V3U - Simplify dma-coherent property in TI display bindings - Allow "reg" in sprd,sc9860-clk binding - Update Linus Walleij's email * tag 'devicetree-fixes-for-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: arm64: dts: mediatek: Apply mt8395-radxa DT overlay at build time arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro) arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3 dt-bindings: Updates Linus Walleij's mail address dt-bindings: gpu: img,powervr-rogue: Document GE7800 GPU in Renesas R-Car V3U cpufreq: dt-platdev: Fix creating device on OPPv1 platforms dt-bindings: clock: sprd,sc9860-clk: Allow "reg" for gate clocks dt-bindings: display/ti: Simplify dma-coherent property arm64: kdump: Fix elfcorehdr overlap caused by reserved memory processing reorder
2 parents a688362 + ce7b1d5 commit d571fe4

112 files changed

Lines changed: 170 additions & 140 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/arm/arm,integrator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: ARM Integrator Boards
88

99
maintainers:
10-
- Linus Walleij <linus.walleij@linaro.org>
10+
- Linus Walleij <linusw@kernel.org>
1111

1212
description: |+
1313
These were the first ARM platforms officially supported by ARM Ltd.

Documentation/devicetree/bindings/arm/arm,realview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: ARM RealView Boards
88

99
maintainers:
10-
- Linus Walleij <linus.walleij@linaro.org>
10+
- Linus Walleij <linusw@kernel.org>
1111

1212
description: |+
1313
The ARM RealView series of reference designs were built to explore the Arm11,

Documentation/devicetree/bindings/arm/arm,scu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: ARM Snoop Control Unit (SCU)
88

99
maintainers:
10-
- Linus Walleij <linus.walleij@linaro.org>
10+
- Linus Walleij <linusw@kernel.org>
1111

1212
description: |
1313
As part of the MPCore complex, Cortex-A5 and Cortex-A9 are provided

Documentation/devicetree/bindings/arm/arm,versatile-sysreg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Arm Versatile system registers
88

99
maintainers:
10-
- Linus Walleij <linus.walleij@linaro.org>
10+
- Linus Walleij <linusw@kernel.org>
1111

1212
description:
1313
This is a system control registers block, providing multiple low level

Documentation/devicetree/bindings/arm/arm,versatile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: ARM Versatile Boards
88

99
maintainers:
10-
- Linus Walleij <linus.walleij@linaro.org>
10+
- Linus Walleij <linusw@kernel.org>
1111

1212
description: |+
1313
The ARM Versatile boards are two variants of ARM926EJ-S evaluation boards

Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: ARM Versatile Express and Juno Boards
88

99
maintainers:
1010
- Sudeep Holla <sudeep.holla@arm.com>
11-
- Linus Walleij <linus.walleij@linaro.org>
11+
- Linus Walleij <linusw@kernel.org>
1212

1313
description: |+
1414
ARM's Versatile Express platform were built as reference designs for exploring

Documentation/devicetree/bindings/arm/gemini.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: |
2020
Many of the IP blocks used in the SoC comes from Faraday Technology.
2121
2222
maintainers:
23-
- Linus Walleij <linus.walleij@linaro.org>
23+
- Linus Walleij <linusw@kernel.org>
2424

2525
properties:
2626
$nodename:

Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Intel IXP4xx
88

99
maintainers:
10-
- Linus Walleij <linus.walleij@linaro.org>
10+
- Linus Walleij <linusw@kernel.org>
1111

1212
properties:
1313
$nodename:

Documentation/devicetree/bindings/arm/ux500.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Ux500 platforms
88

99
maintainers:
10-
- Linus Walleij <linus.walleij@linaro.org>
10+
- Linus Walleij <linusw@kernel.org>
1111

1212
properties:
1313
$nodename:

Documentation/devicetree/bindings/ata/ata-generic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Generic Parallel ATA Controller
88

99
maintainers:
10-
- Linus Walleij <linus.walleij@linaro.org>
10+
- Linus Walleij <linusw@kernel.org>
1111

1212
description:
1313
Generic Parallel ATA controllers supporting PIO modes only.

0 commit comments

Comments
 (0)