On 23/06/2024 22:14, 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@xxxxxxxxx> > > Changes in v3: > - none > Changes in v2: > - none > --- > 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 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 Just make it enum with previous entry. Best regards, Krzysztof