* Re: [PATCH v2 1/2] dt-bindings: pinctrl: Add rk3576 pinctrl bindings [not found] ` <20240808164132.81306-2-detlev.casanova@collabora.com> @ 2024-08-09 14:58 ` Conor Dooley [not found] ` <22382840.EfDdHjke4D@trenzalore> 0 siblings, 1 reply; 2+ messages in thread From: Conor Dooley @ 2024-08-09 14:58 UTC (permalink / raw) To: Detlev Casanova Cc: linux-kernel, Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner, linux-gpio, devicetree, linux-arm-kernel, linux-rockchip, kernel [-- Attachment #1: Type: text/plain, Size: 1532 bytes --] On Thu, Aug 08, 2024 at 12:39:55PM -0400, Detlev Casanova wrote: > Add the compatible string as well as the optional rockchip,sys-grf field. Optional for all rockchip devices supported by this binding, or just the one you're adding? > > Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> > --- > .../devicetree/bindings/pinctrl/rockchip,pinctrl.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > index 20e806dce1ecb..cd527ccc9e6bf 100644 > --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > @@ -45,6 +45,7 @@ properties: > - rockchip,rk3368-pinctrl > - rockchip,rk3399-pinctrl > - rockchip,rk3568-pinctrl > + - rockchip,rk3576-pinctrl > - rockchip,rk3588-pinctrl > - rockchip,rv1108-pinctrl > - rockchip,rv1126-pinctrl > @@ -54,6 +55,12 @@ properties: > description: > The phandle of the syscon node for the GRF registers. > > + rockchip,sys-grf: > + $ref: /schemas/types.yaml#/definitions/phandle > + description: > + The phandle of the syscon node for the SYS GRF registers. > + It is used for i3c software controlled weak pull-up. > + > rockchip,pmu: > $ref: /schemas/types.yaml#/definitions/phandle > description: > -- > 2.46.0 > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <22382840.EfDdHjke4D@trenzalore>]
* Re: [PATCH v2 1/2] dt-bindings: pinctrl: Add rk3576 pinctrl bindings [not found] ` <22382840.EfDdHjke4D@trenzalore> @ 2024-08-12 16:13 ` Conor Dooley 0 siblings, 0 replies; 2+ messages in thread From: Conor Dooley @ 2024-08-12 16:13 UTC (permalink / raw) To: Detlev Casanova Cc: linux-kernel, Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner, linux-gpio, devicetree, linux-arm-kernel, linux-rockchip, kernel [-- Attachment #1: Type: text/plain, Size: 2109 bytes --] On Fri, Aug 09, 2024 at 01:53:16PM -0400, Detlev Casanova wrote: > On Friday, 9 August 2024 10:58:38 EDT Conor Dooley wrote: > > On Thu, Aug 08, 2024 at 12:39:55PM -0400, Detlev Casanova wrote: > > > Add the compatible string as well as the optional rockchip,sys-grf field. > > > > Optional for all rockchip devices supported by this binding, or just the > > one you're adding? > > It is only optionally used by rk3576. I can add it in an 'if:', or update the > description with somthing like "It is used on rk3576 for i3c software > controlled weak pull-up" And if/else that restricts it to where it is available please. > > > > Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> > > > --- > > > > > > .../devicetree/bindings/pinctrl/rockchip,pinctrl.yaml | 7 +++++++ > > > 1 file changed, 7 insertions(+) > > > > > > diff --git > > > a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > > > b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml index > > > 20e806dce1ecb..cd527ccc9e6bf 100644 > > > --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > > > +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > > > > > > @@ -45,6 +45,7 @@ properties: > > > - rockchip,rk3368-pinctrl > > > - rockchip,rk3399-pinctrl > > > - rockchip,rk3568-pinctrl > > > > > > + - rockchip,rk3576-pinctrl > > > > > > - rockchip,rk3588-pinctrl > > > - rockchip,rv1108-pinctrl > > > - rockchip,rv1126-pinctrl > > > > > > @@ -54,6 +55,12 @@ properties: > > > description: > > > The phandle of the syscon node for the GRF registers. > > > > > > + rockchip,sys-grf: > > > + $ref: /schemas/types.yaml#/definitions/phandle > > > + description: > > > + The phandle of the syscon node for the SYS GRF registers. > > > + It is used for i3c software controlled weak pull-up. > > > + > > > > > > rockchip,pmu: > > > $ref: /schemas/types.yaml#/definitions/phandle > > > description: > > > > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-12 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240808164132.81306-1-detlev.casanova@collabora.com>
[not found] ` <20240808164132.81306-2-detlev.casanova@collabora.com>
2024-08-09 14:58 ` [PATCH v2 1/2] dt-bindings: pinctrl: Add rk3576 pinctrl bindings Conor Dooley
[not found] ` <22382840.EfDdHjke4D@trenzalore>
2024-08-12 16:13 ` Conor Dooley
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox