Message ID | 20210728122606.697619-2-pgwipeout@gmail.com |
---|---|
State | RFC |
Headers | show |
Series | phy-rockchip-inno-usb2: support rk356x usb2phy | expand |
Hi Peter, On 7/28/21 2:25 PM, Peter Geis wrote: > Add the documentation for the rk3568-usb2phy-grf node, which is separate > from the usb2phy node on this chip. > > Signed-off-by: Peter Geis <pgwipeout@gmail.com> > --- > Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > index fa010df51a5c..3b0e06b6ea61 100644 > --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > @@ -16,6 +16,7 @@ properties: > - enum: > - rockchip,rk3288-sgrf > - rockchip,rv1108-usbgrf > + - rockchip,rk3568-usb2phy-grf Could you sort this in alphabetical order? > - const: syscon > - items: > - enum: >
On Wed, Jul 28, 2021 at 10:36 AM Johan Jonker <jbx6244@gmail.com> wrote: > > Hi Peter, > > On 7/28/21 2:25 PM, Peter Geis wrote: > > Add the documentation for the rk3568-usb2phy-grf node, which is separate > > from the usb2phy node on this chip. > > > > Signed-off-by: Peter Geis <pgwipeout@gmail.com> > > --- > > Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > > index fa010df51a5c..3b0e06b6ea61 100644 > > --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > > +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml > > @@ -16,6 +16,7 @@ properties: > > - enum: > > - rockchip,rk3288-sgrf > > > - rockchip,rv1108-usbgrf > > + - rockchip,rk3568-usb2phy-grf > > Could you sort this in alphabetical order? Will do, thanks. > > > - const: syscon > > - items: > > - enum: > >
diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml index fa010df51a5c..3b0e06b6ea61 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml @@ -16,6 +16,7 @@ properties: - enum: - rockchip,rk3288-sgrf - rockchip,rv1108-usbgrf + - rockchip,rk3568-usb2phy-grf - const: syscon - items: - enum:
Add the documentation for the rk3568-usb2phy-grf node, which is separate from the usb2phy node on this chip. Signed-off-by: Peter Geis <pgwipeout@gmail.com> --- Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 + 1 file changed, 1 insertion(+)