Lines Matching +full:gce +full:- +full:client +full:- +full:reg

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chun-Kuang Hu <chunkuang.hu@kernel.org>
11 - Philipp Zabel <p.zabel@pengutronix.de>
16 width of a layer to be 2-pixel-align, or 4-pixel-align when ETHDR is enabled,
24 - mediatek,mt8188-disp-padding
25 - mediatek,mt8195-mdp3-padding
27 reg:
30 power-domains:
35 - description: Padding's clocks
37 mediatek,gce-client-reg:
39 GCE (Global Command Engine) is a multi-core micro processor that helps
41 describes GCE client's information that is composed by 4 fields.
42 1. Phandle of the GCE (there may be several GCE processors)
43 2. Sub-system ID defined in the dt-binding like a user ID
44 (Please refer to include/dt-bindings/gce/<chip>-gce.h)
46 4. Size of the register the client needs
47 $ref: /schemas/types.yaml#/definitions/phandle-array
50 - description: Phandle of the GCE
51 - description: Subsys ID defined in the dt-binding
52 - description: Offset from base address of the subsys
53 - description: Size of register
57 - compatible
58 - reg
59 - power-domains
60 - clocks
61 - mediatek,gce-client-reg
66 - |
67 #include <dt-bindings/interrupt-controller/arm-gic.h>
68 #include <dt-bindings/clock/mediatek,mt8188-clk.h>
69 #include <dt-bindings/power/mediatek,mt8188-power.h>
70 #include <dt-bindings/gce/mt8195-gce.h>
73 #address-cells = <2>;
74 #size-cells = <2>;
77 compatible = "mediatek,mt8188-disp-padding";
78 reg = <0 0x1c11d000 0 0x1000>;
80 power-domains = <&spm MT8188_POWER_DOMAIN_VDOSYS1>;
81 mediatek,gce-client-reg = <&gce0 SUBSYS_1c11XXXX 0xd000 0x1000>;