linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Mediatek PMIC patch
@ 2022-04-11  1:41 Zhiyong Tao
  2022-04-11  1:41 ` [PATCH v1 1/1] dt-bindings: pwrap: mediatek: fix pwrap document for mt8195 Zhiyong Tao
  0 siblings, 1 reply; 3+ messages in thread
From: Zhiyong Tao @ 2022-04-11  1:41 UTC (permalink / raw)
  To: lee.jones, robh+dt, matthias.bgg, lgirdwood, broonie,
	eddie.huang, a.zummo, alexandre.belloni, fshao
  Cc: srv_heupstream, hui.liu, tinghan.shen, zhiyong.tao,
	hsin-hsiung.wang, sean.wang, macpaul.lin, wen.su, devicetree,
	linux-kernel, linux-rtc, Project_Global_Chrome_Upstream_Group,
	linux-arm-kernel, linux-mediatek

This patch fix pwrap document for mt8195.

Zhiyong.Tao (1):
  dt-bindings: pwrap: mediatek: fix pwrap document for mt8195

 .../devicetree/bindings/soc/mediatek/pwrap.txt         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--
2.18.0



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

* [PATCH v1 1/1] dt-bindings: pwrap: mediatek: fix pwrap document for mt8195
  2022-04-11  1:41 [PATCH v1 0/1] Mediatek PMIC patch Zhiyong Tao
@ 2022-04-11  1:41 ` Zhiyong Tao
  2022-04-11  2:51   ` Tinghan Shen
  0 siblings, 1 reply; 3+ messages in thread
From: Zhiyong Tao @ 2022-04-11  1:41 UTC (permalink / raw)
  To: lee.jones, robh+dt, matthias.bgg, lgirdwood, broonie,
	eddie.huang, a.zummo, alexandre.belloni, fshao
  Cc: srv_heupstream, hui.liu, tinghan.shen, zhiyong.tao,
	hsin-hsiung.wang, sean.wang, macpaul.lin, wen.su, devicetree,
	linux-kernel, linux-rtc, Project_Global_Chrome_Upstream_Group,
	linux-arm-kernel, linux-mediatek

From: "Zhiyong.Tao" <zhiyong.tao@mediatek.com>

fix pwrap document description for mt8195

Signed-off-by: Zhiyong.Tao <zhiyong.tao@mediatek.com>
---
 .../devicetree/bindings/soc/mediatek/pwrap.txt         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
index d74a7a5ae9f2..601647717ceb 100644
--- a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
+++ b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
@@ -30,20 +30,20 @@ Required properties in pwrap device node.
 	"mediatek,mt8195-pwrap" for MT8195 SoCs
 	"mediatek,mt8516-pwrap" for MT8516 SoCs
 - interrupts: IRQ for pwrap in SOC
-- reg-names: Must include the following entries:
+- reg-names: Must include "pwrap", "pwrap-bridge" is optinal.
   "pwrap": Main registers base
   "pwrap-bridge": bridge base (IP Pairing)
 - reg: Must contain an entry for each entry in reg-names.
-- reset-names: Must include the following entries:
-  "pwrap"
-  "pwrap-bridge" (IP Pairing)
-- resets: Must contain an entry for each entry in reset-names.
 - clock-names: Must include the following entries:
   "spi": SPI bus clock
   "wrap": Main module clock
 - clocks: Must contain an entry for each entry in clock-names.
 
 Optional properities:
+- reset-names: Some SoCs include the following entries:
+  "pwrap"
+  "pwrap-bridge" (IP Pairing)
+- resets: Must contain an entry for each entry in reset-names.
 - pmic: Using either MediaTek PMIC MFD as the child device of pwrap
   See the following for child node definitions:
   Documentation/devicetree/bindings/mfd/mt6397.txt
-- 
2.18.0


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

* Re: [PATCH v1 1/1] dt-bindings: pwrap: mediatek: fix pwrap document for mt8195
  2022-04-11  1:41 ` [PATCH v1 1/1] dt-bindings: pwrap: mediatek: fix pwrap document for mt8195 Zhiyong Tao
@ 2022-04-11  2:51   ` Tinghan Shen
  0 siblings, 0 replies; 3+ messages in thread
From: Tinghan Shen @ 2022-04-11  2:51 UTC (permalink / raw)
  To: Zhiyong Tao, lee.jones, robh+dt, matthias.bgg, lgirdwood,
	broonie, eddie.huang, a.zummo, alexandre.belloni, fshao
  Cc: srv_heupstream, hui.liu, hsin-hsiung.wang, sean.wang,
	macpaul.lin, wen.su, devicetree, linux-kernel, linux-rtc,
	Project_Global_Chrome_Upstream_Group, linux-arm-kernel,
	linux-mediatek

Hi all,

After discussed with Zhiyong, this patch will be sent together within mt8195 dts series.
It's because this change is related to mt8195 dts pwrap node.

Follow this link for resend version of this patch,

https://patchwork.kernel.org/project/linux-mediatek/patch/20220411022724.11005-2-tinghan.shen@mediatek.com/


Best regards,
Tinghan

On Mon, 2022-04-11 at 09:41 +0800, Zhiyong Tao wrote:
> From: "Zhiyong.Tao" <zhiyong.tao@mediatek.com>
> 
> fix pwrap document description for mt8195
> 
> Signed-off-by: Zhiyong.Tao <zhiyong.tao@mediatek.com>
> ---
>  .../devicetree/bindings/soc/mediatek/pwrap.txt         | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
> b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
> index d74a7a5ae9f2..601647717ceb 100644
> --- a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
> +++ b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
> @@ -30,20 +30,20 @@ Required properties in pwrap device node.
>  	"mediatek,mt8195-pwrap" for MT8195 SoCs
>  	"mediatek,mt8516-pwrap" for MT8516 SoCs
>  - interrupts: IRQ for pwrap in SOC
> -- reg-names: Must include the following entries:
> +- reg-names: Must include "pwrap", "pwrap-bridge" is optinal.
>    "pwrap": Main registers base
>    "pwrap-bridge": bridge base (IP Pairing)
>  - reg: Must contain an entry for each entry in reg-names.
> -- reset-names: Must include the following entries:
> -  "pwrap"
> -  "pwrap-bridge" (IP Pairing)
> -- resets: Must contain an entry for each entry in reset-names.
>  - clock-names: Must include the following entries:
>    "spi": SPI bus clock
>    "wrap": Main module clock
>  - clocks: Must contain an entry for each entry in clock-names.
>  
>  Optional properities:
> +- reset-names: Some SoCs include the following entries:
> +  "pwrap"
> +  "pwrap-bridge" (IP Pairing)
> +- resets: Must contain an entry for each entry in reset-names.
>  - pmic: Using either MediaTek PMIC MFD as the child device of pwrap
>    See the following for child node definitions:
>    Documentation/devicetree/bindings/mfd/mt6397.txt


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

end of thread, other threads:[~2022-04-11  2:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11  1:41 [PATCH v1 0/1] Mediatek PMIC patch Zhiyong Tao
2022-04-11  1:41 ` [PATCH v1 1/1] dt-bindings: pwrap: mediatek: fix pwrap document for mt8195 Zhiyong Tao
2022-04-11  2:51   ` Tinghan Shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).