2022-11-21 11:54:40

by Sriranjani P

[permalink] [raw]
Subject: [PATCH 0/2] arm64: dts: Add SYSREG nodes for FSD SoC

FSD SoC has three sysreg nodes one in PERIC block and other two are in
FSYS0 and FSYS1 block. This patch series add required DT binding and
DT file modifications.

Sriranjani P (2):
dt-bindings: mfd: syscon: Add tesla compatibles found on FSD SoC
arm64: dts: fsd: add sysreg device node

Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
arch/arm64/boot/dts/tesla/fsd.dtsi | 15 +++++++++++++++
2 files changed, 16 insertions(+)

--
2.17.1



2022-11-21 12:44:48

by Sriranjani P

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: mfd: syscon: Add tesla compatibles found on FSD SoC

Describe the compatible properties for Tesla SYSREG controllers found on
FSD SoC.

Signed-off-by: Alim Akhtar <[email protected]>
Signed-off-by: Pankaj Dubey <[email protected]>
Signed-off-by: Ravi Patel <[email protected]>
Signed-off-by: Vivek Yadav <[email protected]>
Signed-off-by: Sriranjani P <[email protected]>
---
Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index 4e4baf53796d..8c3334999bec 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -69,6 +69,7 @@ properties:
- samsung,exynos5433-sysreg
- samsung,exynos850-sysreg
- samsung,exynosautov9-sysreg
+ - tesla,fsd-sysreg

- const: syscon

--
2.17.1


2022-11-21 12:48:02

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: mfd: syscon: Add tesla compatibles found on FSD SoC

On Mon, 21 Nov 2022, Sriranjani P wrote:

> Describe the compatible properties for Tesla SYSREG controllers found on
> FSD SoC.

Not much describing going on here.

> Signed-off-by: Alim Akhtar <[email protected]>
> Signed-off-by: Pankaj Dubey <[email protected]>
> Signed-off-by: Ravi Patel <[email protected]>
> Signed-off-by: Vivek Yadav <[email protected]>
> Signed-off-by: Sriranjani P <[email protected]>

Struggling to imagine how it took 5 of you to author a single line
patch.

> ---
> Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
> index 4e4baf53796d..8c3334999bec 100644
> --- a/Documentation/devicetree/bindings/mfd/syscon.yaml
> +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
> @@ -69,6 +69,7 @@ properties:
> - samsung,exynos5433-sysreg
> - samsung,exynos850-sysreg
> - samsung,exynosautov9-sysreg
> + - tesla,fsd-sysreg
>
> - const: syscon
>

--
Lee Jones [李琼斯]

2022-11-21 13:15:09

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 0/2] arm64: dts: Add SYSREG nodes for FSD SoC

On 21/11/2022 10:11, Sriranjani P wrote:
> FSD SoC has three sysreg nodes one in PERIC block and other two are in
> FSYS0 and FSYS1 block. This patch series add required DT binding and
> DT file modifications.
>
> Sriranjani P (2):
> dt-bindings: mfd: syscon: Add tesla compatibles found on FSD SoC
> arm64: dts: fsd: add sysreg device node
>
> Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
> arch/arm64/boot/dts/tesla/fsd.dtsi | 15 +++++++++++++++

This does not CC necessary lists and folks, but that's MAINTAINERS or
get_maintainers.pl fault. I sent a patch for it.

Best regards,
Krzysztof


2022-11-23 13:31:15

by Sriranjani P

[permalink] [raw]
Subject: RE: [PATCH 1/2] dt-bindings: mfd: syscon: Add tesla compatibles found on FSD SoC



> -----Original Message-----
> From: Lee Jones [mailto:[email protected]]
> Sent: 21 November 2022 17:55
> To: Sriranjani P <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; linux-
> [email protected]; Vivek Yadav <[email protected]>
> Subject: Re: [PATCH 1/2] dt-bindings: mfd: syscon: Add tesla compatibles
> found on FSD SoC
>
> On Mon, 21 Nov 2022, Sriranjani P wrote:
>
> > Describe the compatible properties for Tesla SYSREG controllers found
> > on FSD SoC.
>
> Not much describing going on here.
>
> > Signed-off-by: Alim Akhtar <[email protected]>
> > Signed-off-by: Pankaj Dubey <[email protected]>
> > Signed-off-by: Ravi Patel <[email protected]>
> > Signed-off-by: Vivek Yadav <[email protected]>
> > Signed-off-by: Sriranjani P <[email protected]>
>
> Struggling to imagine how it took 5 of you to author a single line patch.
[Sriranjani P] Previous version of this patch had some yaml changes, I amended the new changes in the same patch and posted it, forgot to remove the sign off.
Will fix it in the next version.
>
> > ---
> > Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml
> > b/Documentation/devicetree/bindings/mfd/syscon.yaml
> > index 4e4baf53796d..8c3334999bec 100644
> > --- a/Documentation/devicetree/bindings/mfd/syscon.yaml
> > +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
> > @@ -69,6 +69,7 @@ properties:
> > - samsung,exynos5433-sysreg
> > - samsung,exynos850-sysreg
> > - samsung,exynosautov9-sysreg
> > + - tesla,fsd-sysreg
> >
> > - const: syscon
> >
>
> --
> Lee Jones [李琼斯]
[Sriranjani P] Thank you