Lines Matching +full:mediatek +full:- +full:display

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,dither.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Mediatek display dither processor
10 - Chun-Kuang Hu <[email protected]>
11 - Philipp Zabel <[email protected]>
14 Mediatek display dither processor, namely DITHER, works by approximating
19 Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
25 - enum:
26 - mediatek,mt8183-disp-dither
27 - items:
28 - enum:
29 - mediatek,mt8186-disp-dither
30 - mediatek,mt8188-disp-dither
31 - mediatek,mt8192-disp-dither
32 - mediatek,mt8195-disp-dither
33 - mediatek,mt8365-disp-dither
34 - const: mediatek,mt8183-disp-dither
42 power-domains:
45 Documentation/devicetree/bindings/power/power-domain.yaml for details.
49 - description: DITHER Clock
51 mediatek,gce-client-reg:
55 defined in the header include/dt-bindings/gce/<chip>-gce.h.
56 $ref: /schemas/types.yaml#/definitions/phandle-array
63 connects to either the primary, secondary, etc, display pipeline.
74 display pipeline, for example one of the available DSC compressors,
78 - port@0
79 - port@1
82 - compatible
83 - reg
84 - interrupts
85 - power-domains
86 - clocks
91 - |
92 #include <dt-bindings/interrupt-controller/arm-gic.h>
93 #include <dt-bindings/clock/mt8183-clk.h>
94 #include <dt-bindings/power/mt8183-power.h>
95 #include <dt-bindings/gce/mt8183-gce.h>
98 #address-cells = <2>;
99 #size-cells = <2>;
102 compatible = "mediatek,mt8183-disp-dither";
105 power-domains = <&spm MT8183_POWER_DOMAIN_DISP>;
107 mediatek,gce-client-reg = <&gce SUBSYS_1401XXXX 0x2000 0x1000>;