[PATCH] dt-bindings: cache: andestech,ax45mp-cache: Fix unit address in example
Lad, Prabhakar
prabhakar.csengg at gmail.com
Tue Oct 3 05:15:31 PDT 2023
On Tue, Oct 3, 2023 at 11:48 AM Geert Uytterhoeven
<geert+renesas at glider.be> wrote:
>
> The unit address in the example does not match the reg property.
> Correct the unit address to match reality.
>
> Fixes: 3e7bf4685e42786d ("dt-bindings: cache: andestech,ax45mp-cache: Add DT binding documentation for L2 cache controller")
> Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
> ---
> .../devicetree/bindings/cache/andestech,ax45mp-cache.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
Cheers,
Prabhakar
> diff --git a/Documentation/devicetree/bindings/cache/andestech,ax45mp-cache.yaml b/Documentation/devicetree/bindings/cache/andestech,ax45mp-cache.yaml
> index 9ab5f0c435d4df16..d2cbe49f4e15fdc4 100644
> --- a/Documentation/devicetree/bindings/cache/andestech,ax45mp-cache.yaml
> +++ b/Documentation/devicetree/bindings/cache/andestech,ax45mp-cache.yaml
> @@ -69,7 +69,7 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/irq.h>
>
> - cache-controller at 2010000 {
> + cache-controller at 13400000 {
> compatible = "andestech,ax45mp-cache", "cache";
> reg = <0x13400000 0x100000>;
> interrupts = <508 IRQ_TYPE_LEVEL_HIGH>;
> --
> 2.34.1
>
More information about the linux-riscv
mailing list