Skip to content

Commit ab48788

Browse files
AngeloGioacchino Del Regnorobherring
authored andcommitted
dt-bindings: display: mediatek, mutex: Fix mediatek, gce-events type
The mediatek,gce-events property needs as value an array of uint32 corresponding to the CMDQ events to listen to, and not any phandle. Fixes: 4ed545e ("dt-bindings: display: mediatek: disp: split each block to individual yaml") Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: jason-jh.lin <jason-jh.lin@mediatek.com> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220309134702.9942-3-jason-jh.lin@mediatek.com
1 parent dcb09a0 commit ab48788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/display/mediatek/mediatek,mutex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ properties:
5858
The event id which is mapping to the specific hardware event signal
5959
to gce. The event id is defined in the gce header
6060
include/dt-bindings/gce/<chip>-gce.h of each chips.
61-
$ref: /schemas/types.yaml#/definitions/phandle-array
61+
$ref: /schemas/types.yaml#/definitions/uint32-array
6262

6363
required:
6464
- compatible

0 commit comments

Comments
 (0)