Message ID | 20241220110558.3511994-26-kever.yang@rock-chips.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [01/38] dt-bindings: clock: add rk3562 cru bindings | expand |
Hi Kever, The To/Cc list seems a bit short? On Fri Dec 20, 2024 at 12:05 PM CET, Kever Yang wrote: > Add device tree documentation for rk3562-evb2-v10. > > Signed-off-by: Kever Yang <kever.yang@rock-chips.com> > --- > > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index b2681a45867b..e300a817226a 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -1011,6 +1011,11 @@ properties: > - const: rockchip,rk3566-box-demo > - const: rockchip,rk3566 > > + - description: Rockchip RK3562 Evaluation board 2 > + items: > + - const: rockchip,rk3562-evb2-v10 > + - const: rockchip,rk3562 I would expect RK3562 to come *before* RK3566. In your other/smaller patch set you corrected the sorting of Rockchip items; lets continue that 'tradition' ;-) Cheers, Diederik > + > - description: Rockchip RK3568 Evaluation board > items: > - const: rockchip,rk3568-evb1-v10
Hi, On Fri Dec 20, 2024 at 4:12 PM CET, Diederik de Haas wrote: > The To/Cc list seems a bit short? I now noticed that comment applies to quite a bit of the patches. For dt-bindings patches I would at least include these: - Rob Herring <robh@kernel.org> - Krzysztof Kozlowski <krzk+dt@kernel.org> - Conor Dooley <conor+dt@kernel.org> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org Next to the ones you did include. ``scripts/get_maintainers.pl <file>`` is a great help for this. Alternatively and IIUC, b4 should take care of that for you. Cheers, Diederik > On Fri Dec 20, 2024 at 12:05 PM CET, Kever Yang wrote: > > Add device tree documentation for rk3562-evb2-v10. > > > > Signed-off-by: Kever Yang <kever.yang@rock-chips.com> > > --- > > > > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > > index b2681a45867b..e300a817226a 100644 > > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > > @@ -1011,6 +1011,11 @@ properties: > > - const: rockchip,rk3566-box-demo > > - const: rockchip,rk3566 > > > > + - description: Rockchip RK3562 Evaluation board 2 > > + items: > > + - const: rockchip,rk3562-evb2-v10 > > + - const: rockchip,rk3562 > > I would expect RK3562 to come *before* RK3566. > In your other/smaller patch set you corrected the sorting of Rockchip > items; lets continue that 'tradition' ;-) > > Cheers, > Diederik > > > + > > - description: Rockchip RK3568 Evaluation board > > items: > > - const: rockchip,rk3568-evb1-v10
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index b2681a45867b..e300a817226a 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -1011,6 +1011,11 @@ properties: - const: rockchip,rk3566-box-demo - const: rockchip,rk3566 + - description: Rockchip RK3562 Evaluation board 2 + items: + - const: rockchip,rk3562-evb2-v10 + - const: rockchip,rk3562 + - description: Rockchip RK3568 Evaluation board items: - const: rockchip,rk3568-evb1-v10
Add device tree documentation for rk3562-evb2-v10. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)