Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: gpu: add power-domains #cooling-cells to arm,mali-bifrost.yaml

A test with the command below gives this error:

arch/arm64/boot/dts/rockchip/px30-evb.dt.yaml: gpu@ff400000:
'#cooling-cells', 'power-domains'
do not match any of the regexes: 'pinctrl-[0-9]+'

With the conversion to yaml it also filters things
in a node that are used by other drivers like
'#cooling-cells' and 'power-domains'
for Rockchip px30 gpu nodes,
so add them to 'arm,mali-bifrost.yaml'.

make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/gpu/
arm,mali-bifrost.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Johan Jonker and committed by
Rob Herring
2c905f6c f678d218

+6
+6
Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
··· 43 43 44 44 operating-points-v2: true 45 45 46 + power-domains: 47 + maxItems: 1 48 + 46 49 resets: 47 50 maxItems: 2 51 + 52 + "#cooling-cells": 53 + const: 2 48 54 49 55 required: 50 56 - compatible