Re: [PATCH 7/8] dt-bindings: arm: rockchip: Add Relfor Saib
From: karthikeyan <hidden>
Date: 2024-08-24 12:48:41
Also in:
linux-devicetree, linux-rockchip, linux-rtc, lkml
From: karthikeyan <hidden>
Date: 2024-08-24 12:48:41
Also in:
linux-devicetree, linux-rockchip, linux-rtc, lkml
On 8/23/24 21:51, Conor Dooley wrote:
On Fri, Aug 23, 2024 at 09:05:27PM +0530, Karthikeyan Krishnasamy wrote:quoted
Add devicetree binding documentation for Relfor Saib board which uses Rockchip RV1109 SoC Signed-off-by: Karthikeyan Krishnasamy <redacted> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++ 1 file changed, 6 insertions(+)diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 1ef09fbfdfaf..29f7e09ae443 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml@@ -848,6 +848,12 @@ properties: - radxa,zero-3w - const: rockchip,rk3566 + - description: Relfor SAIB board + items: + - const: relfor,saib + - enum: + - rockchip,rv1109This does not make sense to me. Why do you have an enum for the SoC model, implying that this SAIB board would have more than one possible SoC? I'd expect to see - const: rockvhip,rv1109
There is an upcoming version of SAIB board based on Rockchip RV1103.
quoted
+ - description: Rikomagic MK808 v1 items: - const: rikomagic,mk808 -- 2.39.2