mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 12:44:14 +08:00
571d54ed91
- Convert various DT (non-binding) doc files to ReST - Various improvements to device link code - Fix __of_attach_node_sysfs refcounting bug - Add support for 'memory-region-names' with reserved-memory binding - Vendor prefixes for Protonic Holland, BeagleBoard.org, Alps, Check Point, Würth Elektronik, U-Boot, Vaisala, Baikal Electronics, Shanghai Awinic Technology Co., MikroTik, Silex Insight - A bunch more binding conversions to DT schema. Only 3K to go. - Add a minimum version check for schema tools - Treewide dropping of 'allOf' usage with schema references. Not needed in new json-schema spec. - Some formatting clean-ups of schemas -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAl7ZYa8QHHJvYmhAa2Vy bmVsLm9yZwAKCRD6+121jbxhw/zyD/42ZlYc2mKW5cHjGWr6vGAXG0KZq6AvHbeY setNPMhjKRKjWs/s3u0WVhEH7ZchzBhBi0PEVjqZCnxLTqkt+mdlelJVv3uYJVho 2ZJiIi5Iso+nNQ+wAEFG2EzhnLH35RXTdlECANnhGUht/JOJlgEqdjjxdj8CVyWG 0aGJRCRRGvzPiWAUyqcR/DpB+lz0ipaSNhxxECinT0OQ4OSheCJL811tQ5RGKZ24 z7C/W+iQbFKHu2Yf7+7vHWNCo6F3vW1LK36mfdwNYEvhg2edJRkW1kr9flkJCjCj Hhe2nIQmPQFJkeI/NkccowJRs5onwv3UIuPqOuAhx49XiI/a1aJKD0Md9ljeCJKd HOybAltDiYMHVBwWGtdednMbPNvHSlsjRby4PRGdmLBsOlgjaihosx/5Byx80JP3 CNNJVm712qgMh6VbG9FIJ0rCKmXO3LxsVraptosK271+uZqWeHB0+yJnsLXWje2M kY6YYVLtnc4j4eOeFgX7RQqagXdgZ3dc+MCVFVU6rq2WIiqLycEeiMLzr/WV78O5 wA0iX8Z7m+hkYPAEcbvt6Uhf0/KbeFlhb6dMGg2uE0ISgdCpXhpw1s4AeOQTKKuv vClzMPSXYkStD58CiYlUFqo01qoOvFVuPSLUa8ZbU5TMTYrwpcNX8FYXCEjz0tfc j7PbUy9YvA== =/MDi -----END PGP SIGNATURE----- Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux Pull devicetree updates from Rob Herring: - Convert various DT (non-binding) doc files to ReST - Various improvements to device link code - Fix __of_attach_node_sysfs refcounting bug - Add support for 'memory-region-names' with reserved-memory binding - Vendor prefixes for Protonic Holland, BeagleBoard.org, Alps, Check Point, Würth Elektronik, U-Boot, Vaisala, Baikal Electronics, Shanghai Awinic Technology Co., MikroTik, Silex Insight - A bunch more binding conversions to DT schema. Only 3K to go. - Add a minimum version check for schema tools - Treewide dropping of 'allOf' usage with schema references. Not needed in new json-schema spec. - Some formatting clean-ups of schemas * tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (194 commits) dt-bindings: clock: Add documentation for X1830 bindings. dt-bindings: mailbox: Convert imx mu to json-schema dt-bindings: power: Convert imx gpcv2 to json-schema dt-bindings: power: Convert imx gpc to json-schema dt-bindings: Merge gpio-usb-b-connector with usb-connector dt-bindings: timer: renesas: cmt: Convert to json-schema dt-bindings: clock: Convert i.MX8QXP LPCG to json-schema dt-bindings: timer: Convert i.MX GPT to json-schema dt-bindings: thermal: rcar-thermal: Add device tree support for r8a7742 dt-bindings: serial: Add binding for UART pin swap dt-bindings: geni-se: Add interconnect binding for GENI QUP dt-bindings: geni-se: Convert QUP geni-se bindings to YAML dt-bindings: vendor-prefixes: Add Silex Insight vendor prefix dt-bindings: input: touchscreen: edt-ft5x06: change reg property dt-bindings: usb: qcom,dwc3: Introduce interconnect properties for Qualcomm DWC3 driver dt-bindings: timer: renesas: mtu2: Convert to json-schema of/fdt: Remove redundant kbasename function call dt-bindings: clock: Convert i.MX1 clock to json-schema dt-bindings: clock: Convert i.MX21 clock to json-schema dt-bindings: clock: Convert i.MX25 clock to json-schema ...
176 lines
4.3 KiB
YAML
176 lines
4.3 KiB
YAML
# SPDX-License-Identifier: GPL-2.0-only
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/gpu/arm,mali-utgard.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: ARM Mali Utgard GPU
|
|
|
|
maintainers:
|
|
- Rob Herring <robh@kernel.org>
|
|
- Maxime Ripard <maxime.ripard@free-electrons.com>
|
|
- Heiko Stuebner <heiko@sntech.de>
|
|
|
|
properties:
|
|
$nodename:
|
|
pattern: '^gpu@[a-f0-9]+$'
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- const: allwinner,sun8i-a23-mali
|
|
- const: allwinner,sun7i-a20-mali
|
|
- const: arm,mali-400
|
|
- items:
|
|
- enum:
|
|
- allwinner,sun4i-a10-mali
|
|
- allwinner,sun7i-a20-mali
|
|
- allwinner,sun8i-h3-mali
|
|
- allwinner,sun50i-a64-mali
|
|
- rockchip,rk3036-mali
|
|
- rockchip,rk3066-mali
|
|
- rockchip,rk3188-mali
|
|
- rockchip,rk3228-mali
|
|
- samsung,exynos4210-mali
|
|
- stericsson,db8500-mali
|
|
- const: arm,mali-400
|
|
- items:
|
|
- enum:
|
|
- allwinner,sun50i-h5-mali
|
|
- amlogic,meson8-mali
|
|
- amlogic,meson8b-mali
|
|
- amlogic,meson-gxbb-mali
|
|
- amlogic,meson-gxl-mali
|
|
- hisilicon,hi6220-mali
|
|
- mediatek,mt7623-mali
|
|
- rockchip,rk3328-mali
|
|
- const: arm,mali-450
|
|
|
|
# "arm,mali-300"
|
|
|
|
reg:
|
|
maxItems: 1
|
|
|
|
interrupts:
|
|
minItems: 4
|
|
maxItems: 20
|
|
|
|
interrupt-names:
|
|
allOf:
|
|
- additionalItems: true
|
|
minItems: 4
|
|
maxItems: 20
|
|
items:
|
|
# At least enforce the first 2 interrupts
|
|
- const: gp
|
|
- const: gpmmu
|
|
- items:
|
|
# Not ideal as any order and combination are allowed
|
|
enum:
|
|
- gp # Geometry Processor interrupt
|
|
- gpmmu # Geometry Processor MMU interrupt
|
|
- pp # Pixel Processor broadcast interrupt (mali-450 only)
|
|
- pp0 # Pixel Processor X interrupt (X from 0 to 7)
|
|
- ppmmu0 # Pixel Processor X MMU interrupt (X from 0 to 7)
|
|
- pp1
|
|
- ppmmu1
|
|
- pp2
|
|
- ppmmu2
|
|
- pp3
|
|
- ppmmu3
|
|
- pp4
|
|
- ppmmu4
|
|
- pp5
|
|
- ppmmu5
|
|
- pp6
|
|
- ppmmu6
|
|
- pp7
|
|
- ppmmu7
|
|
- pmu # Power Management Unit interrupt (optional)
|
|
- combined # stericsson,db8500-mali only
|
|
|
|
clocks:
|
|
maxItems: 2
|
|
|
|
clock-names:
|
|
items:
|
|
- const: bus
|
|
- const: core
|
|
|
|
memory-region: true
|
|
|
|
mali-supply: true
|
|
|
|
power-domains:
|
|
maxItems: 1
|
|
|
|
resets:
|
|
maxItems: 1
|
|
|
|
operating-points-v2: true
|
|
|
|
"#cooling-cells":
|
|
const: 2
|
|
|
|
required:
|
|
- compatible
|
|
- reg
|
|
- interrupts
|
|
- interrupt-names
|
|
- clocks
|
|
- clock-names
|
|
|
|
additionalProperties: false
|
|
|
|
allOf:
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
- allwinner,sun4i-a10-mali
|
|
- allwinner,sun7i-a20-mali
|
|
- allwinner,sun50i-a64-mali
|
|
- allwinner,sun50i-h5-mali
|
|
- amlogic,meson8-mali
|
|
- amlogic,meson8b-mali
|
|
- hisilicon,hi6220-mali
|
|
- mediatek,mt7623-mali
|
|
- rockchip,rk3036-mali
|
|
- rockchip,rk3066-mali
|
|
- rockchip,rk3188-mali
|
|
- rockchip,rk3228-mali
|
|
- rockchip,rk3328-mali
|
|
then:
|
|
required:
|
|
- resets
|
|
|
|
examples:
|
|
- |
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
|
mali: gpu@1c40000 {
|
|
compatible = "allwinner,sun7i-a20-mali", "arm,mali-400";
|
|
reg = <0x01c40000 0x10000>;
|
|
interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupt-names = "gp",
|
|
"gpmmu",
|
|
"pp0",
|
|
"ppmmu0",
|
|
"pp1",
|
|
"ppmmu1",
|
|
"pmu";
|
|
clocks = <&ccu 1>, <&ccu 2>;
|
|
clock-names = "bus", "core";
|
|
resets = <&ccu 1>;
|
|
#cooling-cells = <2>;
|
|
};
|
|
|
|
...
|