All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amjad Ouled-Ameur <aouledameur@baylibre.com>
To: matthias.bgg@gmail.com
Cc: rafael@kernel.org, fparent@baylibre.com, amitk@kernel.org,
	daniel.lezcano@linaro.org, devicetree@vger.kernel.org,
	krzysztof.kozlowski+dt@linaro.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-pm@vger.kernel.org, robh+dt@kernel.org,
	rui.zhang@intel.com, Amjad Ouled-Ameur <aouledameur@baylibre.com>
Subject: [PATCH v2 1/4] dt-bindings: thermal: mediatek: add binding documentation for MT8365 SoC
Date: Wed, 20 Jul 2022 20:18:51 +0200	[thread overview]
Message-ID: <20220720181854.547881-2-aouledameur@baylibre.com> (raw)
In-Reply-To: <20220720181854.547881-1-aouledameur@baylibre.com>

From: Fabien Parent <fparent@baylibre.com>

Add the binding documentation for the thermal support on MT8365 SoC.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Acked-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
---
 Documentation/devicetree/bindings/thermal/mediatek-thermal.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
index 5c7e7bdd029a..ba4ebffeade4 100644
--- a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
+++ b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
@@ -14,6 +14,7 @@ Required properties:
   - "mediatek,mt2712-thermal" : For MT2712 family of SoCs
   - "mediatek,mt7622-thermal" : For MT7622 SoC
   - "mediatek,mt8183-thermal" : For MT8183 family of SoCs
+  - "mediatek,mt8365-thermal" : For MT8365 family of SoCs
   - "mediatek,mt8516-thermal", "mediatek,mt2701-thermal : For MT8516 family of SoCs
 - reg: Address range of the thermal controller
 - interrupts: IRQ for the thermal controller
-- 
2.37.1


WARNING: multiple messages have this Message-ID (diff)
From: Amjad Ouled-Ameur <aouledameur@baylibre.com>
To: matthias.bgg@gmail.com
Cc: rafael@kernel.org, fparent@baylibre.com, amitk@kernel.org,
	daniel.lezcano@linaro.org, devicetree@vger.kernel.org,
	krzysztof.kozlowski+dt@linaro.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-pm@vger.kernel.org, robh+dt@kernel.org,
	rui.zhang@intel.com, Amjad Ouled-Ameur <aouledameur@baylibre.com>
Subject: [PATCH v2 1/4] dt-bindings: thermal: mediatek: add binding documentation for MT8365 SoC
Date: Wed, 20 Jul 2022 20:18:51 +0200	[thread overview]
Message-ID: <20220720181854.547881-2-aouledameur@baylibre.com> (raw)
In-Reply-To: <20220720181854.547881-1-aouledameur@baylibre.com>

From: Fabien Parent <fparent@baylibre.com>

Add the binding documentation for the thermal support on MT8365 SoC.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Acked-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
---
 Documentation/devicetree/bindings/thermal/mediatek-thermal.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
index 5c7e7bdd029a..ba4ebffeade4 100644
--- a/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
+++ b/Documentation/devicetree/bindings/thermal/mediatek-thermal.txt
@@ -14,6 +14,7 @@ Required properties:
   - "mediatek,mt2712-thermal" : For MT2712 family of SoCs
   - "mediatek,mt7622-thermal" : For MT7622 SoC
   - "mediatek,mt8183-thermal" : For MT8183 family of SoCs
+  - "mediatek,mt8365-thermal" : For MT8365 family of SoCs
   - "mediatek,mt8516-thermal", "mediatek,mt2701-thermal : For MT8516 family of SoCs
 - reg: Address range of the thermal controller
 - interrupts: IRQ for the thermal controller
-- 
2.37.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-07-20 18:19 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20 18:18 [PATCH v2 0/4] thermal: mediatek: Add support for MT8365 SoC Amjad Ouled-Ameur
2022-07-20 18:18 ` Amjad Ouled-Ameur
2022-07-20 18:18 ` Amjad Ouled-Ameur [this message]
2022-07-20 18:18   ` [PATCH v2 1/4] dt-bindings: thermal: mediatek: add binding documentation " Amjad Ouled-Ameur
2022-07-21  8:20   ` AngeloGioacchino Del Regno
2022-07-21  8:20     ` AngeloGioacchino Del Regno
2022-07-21  8:57   ` Matthias Brugger
2022-07-21  8:57     ` Matthias Brugger
2022-08-26 14:02     ` Amjad Ouled-Ameur
2022-08-26 14:02       ` Amjad Ouled-Ameur
2022-07-20 18:18 ` [PATCH v2 2/4] thermal: mediatek: add support " Amjad Ouled-Ameur
2022-07-20 18:18   ` Amjad Ouled-Ameur
2022-07-21  8:15   ` AngeloGioacchino Del Regno
2022-07-21  8:15     ` AngeloGioacchino Del Regno
2022-07-21 16:37   ` Krzysztof Kozlowski
2022-07-21 16:37     ` Krzysztof Kozlowski
2022-08-26 14:02     ` Amjad Ouled-Ameur
2022-08-26 14:02       ` Amjad Ouled-Ameur
2022-07-20 18:18 ` [PATCH v2 3/4] thermal: mediatek: control buffer enablement tweaks Amjad Ouled-Ameur
2022-07-20 18:18   ` Amjad Ouled-Ameur
2022-07-21  8:11   ` AngeloGioacchino Del Regno
2022-07-21  8:11     ` AngeloGioacchino Del Regno
2022-08-26 14:05     ` Amjad Ouled-Ameur
2022-08-26 14:05       ` Amjad Ouled-Ameur
2022-07-21  8:57   ` Matthias Brugger
2022-07-21  8:57     ` Matthias Brugger
2022-07-20 18:18 ` [PATCH v2 4/4] thermal: mediatek: add another get_temp ops for thermal sensors Amjad Ouled-Ameur
2022-07-20 18:18   ` Amjad Ouled-Ameur
2022-07-20 18:54   ` Christophe JAILLET
2022-07-20 18:54     ` Christophe JAILLET
2022-08-26 14:12     ` Amjad Ouled-Ameur
2022-08-26 14:12       ` Amjad Ouled-Ameur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220720181854.547881-2-aouledameur@baylibre.com \
    --to=aouledameur@baylibre.com \
    --cc=amitk@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fparent@baylibre.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=rafael@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.