Message ID | 20220330133952.1949-1-jbx6244@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1,1/2] dt-bindings: pinctrl: add rockchip, rk3036-pinctrl compatible string | expand |
On Wed, 30 Mar 2022 15:39:51 +0200, Johan Jonker wrote: > Add the compatible string "rockchip,rk3036-pinctrl" in already > in use in rk3036.dtsi to rockchip,pinctrl.yaml. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> > --- > Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Am Mittwoch, 30. März 2022, 15:39:51 CEST schrieb Johan Jonker: > Add the compatible string "rockchip,rk3036-pinctrl" in already > in use in rk3036.dtsi to rockchip,pinctrl.yaml. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Linus, I guess this patch should go through the pinctrl tree :-) Thanks Heiko > --- > Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > index b0eae3a67..9e90faf9b 100644 > --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml > @@ -33,6 +33,7 @@ properties: > enum: > - rockchip,px30-pinctrl > - rockchip,rk2928-pinctrl > + - rockchip,rk3036-pinctrl > - rockchip,rk3066a-pinctrl > - rockchip,rk3066b-pinctrl > - rockchip,rk3128-pinctrl >
On Wed, 30 Mar 2022 15:39:51 +0200, Johan Jonker wrote: > Add the compatible string "rockchip,rk3036-pinctrl" in already > in use in rk3036.dtsi to rockchip,pinctrl.yaml. Applied, thanks! [2/2] ARM: dts: rockchip: rk3036: rename pcfg_pull_default node name commit: e0badfe359ef4d01ca74261093e65f742f321da8 Best regards,
On Wed, Mar 30, 2022 at 3:39 PM Johan Jonker <jbx6244@gmail.com> wrote: > Add the compatible string "rockchip,rk3036-pinctrl" in already > in use in rk3036.dtsi to rockchip,pinctrl.yaml. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> Patch applied! Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml index b0eae3a67..9e90faf9b 100644 --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml @@ -33,6 +33,7 @@ properties: enum: - rockchip,px30-pinctrl - rockchip,rk2928-pinctrl + - rockchip,rk3036-pinctrl - rockchip,rk3066a-pinctrl - rockchip,rk3066b-pinctrl - rockchip,rk3128-pinctrl
Add the compatible string "rockchip,rk3036-pinctrl" in already in use in rk3036.dtsi to rockchip,pinctrl.yaml. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml | 1 + 1 file changed, 1 insertion(+)