All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] dt-bindings: display: mediatek: dpi: add power-domains property
@ 2022-05-30 20:14 ` Fabien Parent
  0 siblings, 0 replies; 66+ messages in thread
From: Fabien Parent @ 2022-05-30 20:14 UTC (permalink / raw)
  To: matthias.bgg, ck.hu, jitao.shi, krzysztof.kozlowski+dt, robh+dt
  Cc: chunkuang.hu, p.zabel, airlied, daniel, dri-devel,
	linux-mediatek, devicetree, linux-kernel, linux-arm-kernel,
	Fabien Parent

DPI is part of the display / multimedia block in MediaTek SoCs, and
always have a power-domain (at least in the upstream device-trees).
Add the power-domains property to the binding documentation.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 .../devicetree/bindings/display/mediatek/mediatek,dpi.yaml  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
index 77ee1b923991..caf4c88708f4 100644
--- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
+++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
@@ -57,6 +57,9 @@ properties:
       Output port node. This port should be connected to the input port of an
       attached HDMI or LVDS encoder chip.
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
@@ -64,6 +67,7 @@ required:
   - clocks
   - clock-names
   - port
+  - power-domains
 
 additionalProperties: false
 
@@ -71,11 +75,13 @@ examples:
   - |
     #include <dt-bindings/interrupt-controller/arm-gic.h>
     #include <dt-bindings/clock/mt8173-clk.h>
+    #include <dt-bindings/power/mt8183-power.h>
 
     dpi0: dpi@1401d000 {
         compatible = "mediatek,mt8173-dpi";
         reg = <0x1401d000 0x1000>;
         interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_LOW>;
+        power-domains = <&spm MT8173_POWER_DOMAIN_MM>;
         clocks = <&mmsys CLK_MM_DPI_PIXEL>,
              <&mmsys CLK_MM_DPI_ENGINE>,
              <&apmixedsys CLK_APMIXED_TVDPLL>;
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 66+ messages in thread

end of thread, other threads:[~2022-06-20 13:36 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 20:14 [PATCH 1/7] dt-bindings: display: mediatek: dpi: add power-domains property Fabien Parent
2022-05-30 20:14 ` Fabien Parent
2022-05-30 20:14 ` Fabien Parent
2022-05-30 20:14 ` Fabien Parent
2022-05-30 20:14 ` [PATCH 2/7] dt-bindings: display: mediatek: dpi: add binding for MT8365 Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-31 11:53   ` Krzysztof Kozlowski
2022-05-31 11:53     ` Krzysztof Kozlowski
2022-05-31 11:53     ` Krzysztof Kozlowski
2022-05-31 11:53     ` Krzysztof Kozlowski
2022-06-17  5:38   ` CK Hu
2022-06-17  5:38     ` CK Hu
2022-06-17  5:38     ` CK Hu
2022-05-30 20:14 ` [PATCH 3/7] dt-bindings: display: mediatek: add bindings for MT8365 SoC Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-06-17  5:44   ` CK Hu
2022-06-17  5:44     ` CK Hu
2022-06-17  5:44     ` CK Hu
2022-06-17 10:24   ` Matthias Brugger
2022-06-17 10:24     ` Matthias Brugger
2022-06-17 10:24     ` Matthias Brugger
2022-05-30 20:14 ` [PATCH 4/7] soc: mediatek: mutex: add MT8365 support Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-06-17  5:50   ` CK Hu
2022-06-17  5:50     ` CK Hu
2022-06-17  5:50     ` CK Hu
2022-06-17 10:26     ` Matthias Brugger
2022-06-17 10:26       ` Matthias Brugger
2022-06-17 10:26       ` Matthias Brugger
2022-05-30 20:14 ` [PATCH 5/7] soc: mediatek: mt8365-mmsys: add DPI/HDMI display path Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-06-17  5:53   ` CK Hu
2022-06-17  5:53     ` CK Hu
2022-06-17  5:53     ` CK Hu
2022-06-17 10:26     ` Matthias Brugger
2022-06-17 10:26       ` Matthias Brugger
2022-06-17 10:26       ` Matthias Brugger
2022-05-30 20:14 ` [PATCH 6/7] drm/mediatek: dpi: add support for dpi clock Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14 ` [PATCH 7/7] drm/mediatek: add MT8365 SoC support Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-05-30 20:14   ` Fabien Parent
2022-06-17  5:58   ` CK Hu
2022-06-17  5:58     ` CK Hu
2022-06-17  5:58     ` CK Hu
2022-05-31 13:21 ` [PATCH 1/7] dt-bindings: display: mediatek: dpi: add power-domains property Rob Herring
2022-05-31 13:21   ` Rob Herring
2022-05-31 13:21   ` Rob Herring
2022-05-31 13:21   ` Rob Herring
2022-06-17  5:31 ` CK Hu
2022-06-17  5:31   ` CK Hu
2022-06-17  5:31   ` CK Hu
     [not found]   ` <PS1PR03MB5084CE11996065F4DD6959F9A6B09@PS1PR03MB5084.apcprd03.prod.outlook.com>
2022-06-20 13:32     ` FW: " xinlei.lee
2022-06-20 13:32       ` xinlei.lee
2022-06-20 13:32       ` xinlei.lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.