Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: cache: andestech,ax45mp-cache: Fix unit address in example

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@glider.be>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/7b93655219a6ad696dd3faa9f36fde6b094694a9.1696330005.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
6df241aa 5d007ffd

+1 -1
+1 -1
Documentation/devicetree/bindings/cache/andestech,ax45mp-cache.yaml
··· 69 69 - | 70 70 #include <dt-bindings/interrupt-controller/irq.h> 71 71 72 - cache-controller@2010000 { 72 + cache-controller@13400000 { 73 73 compatible = "andestech,ax45mp-cache", "cache"; 74 74 reg = <0x13400000 0x100000>; 75 75 interrupts = <508 IRQ_TYPE_LEVEL_HIGH>;