Message ID | 20240623120016.82990-1-naoki@radxa.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/3] dt-bindings: arm: rockchip: Add Radxa ROCK Pi E v3.0 | expand |
On 23/06/2024 14:00, FUKAUMI Naoki wrote: > Add devicetree binding for the Radxa ROCK Pi E v3.0 board. > > Radxa ROCK Pi E v3.0 is a single-board computer based on the Rockchip > RK3328 SoC with a compact form factor. > > Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Isn't this v2 of something? What changed here? Provide detailed changelog per each patch (see submitting patches). Best regards, Krzysztof
Hi On 6/23/24 21:08, Krzysztof Kozlowski wrote: > On 23/06/2024 14:00, FUKAUMI Naoki wrote: >> Add devicetree binding for the Radxa ROCK Pi E v3.0 board. >> >> Radxa ROCK Pi E v3.0 is a single-board computer based on the Rockchip >> RK3328 SoC with a compact form factor. >> >> Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> > > Isn't this v2 of something? What changed here? Provide detailed > changelog per each patch (see submitting patches). this patch set are for adding new board. please discard previous patch set. Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. > Best regards, > Krzysztof > >
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index eca0a42eb384..53ca61c47b76 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -779,6 +779,11 @@ properties: - const: radxa,rockpi-e - const: rockchip,rk3328 + - description: Radxa ROCK Pi E v3.0 + items: + - const: radxa,rockpi-e-v3 + - const: rockchip,rk3328 + - description: Radxa ROCK Pi N8 items: - const: radxa,rockpi-n8
Add devicetree binding for the Radxa ROCK Pi E v3.0 board. Radxa ROCK Pi E v3.0 is a single-board computer based on the Rockchip RK3328 SoC with a compact form factor. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)