On Wed, May 17, 2023 at 05:04:00PM +0200, AngeloGioacchino Del Regno wrote:
Il 17/05/23 16:52, Alexandre Bailon ha scritto:
This adds the device tree bindings for the APU DRM driver.
Signed-off-by: Alexandre Bailon abailon@baylibre.com Reviewed-by: Julien Stephan jstephan@baylibre.com
.../devicetree/bindings/gpu/mtk,apu-drm.yaml | 38 +++++++++++++++++++
mediatek,mt(model)-apu.yaml
1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml
diff --git a/Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml b/Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml new file mode 100644 index 000000000000..6f432d3ea478 --- /dev/null +++ b/Documentation/devicetree/bindings/gpu/mtk,apu-drm.yaml @@ -0,0 +1,38 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/gpu/mediatek,apu-drm.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml#
+title: AI Processor Unit DRM
+properties:
- compatible:
- const: mediatek,apu-drm
const: mediatek,mt8195-apu (or whatever else).
Aye, and drop the references to DRM in the title field too (and add the vendor name?).
...besides, I don't think that this patch even belongs to this series? :-) Spoiler alert! :-)
Well, I do not know what this means - but if it is being respun as part of some other work, a description field should be added to the binding.
Cheers, Conor.