Commit 4fab69dd authored by Conor Dooley's avatar Conor Dooley
Browse files

dt-bindings: cache: ax45mp: add 2048 as a supported cache-sets value



The QiLai implementation of this cache controller uses a cache-sets of
2048, and mandates it in an if/else block - but the definition of the
property only permits 1024. Add 2048 as an option, and deny its use
outside of the QiLai.

Fixes: 51b081cd ("dt-bindings: cache: add QiLai compatible to ax45mp")
Reviewed-by: default avatarBen Zong-You Xie <ben717@andestech.com>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent 8f5ae30d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ properties:
    const: 2

  cache-sets:
    const: 1024
    enum: [1024, 2048]

  cache-size:
    enum: [131072, 262144, 524288, 1048576, 2097152]
@@ -81,6 +81,10 @@ allOf:
          const: 2048
        cache-size:
          const: 2097152
    else:
      properties:
        cache-sets:
          const: 1024

examples:
  - |