lkml.org 
[lkml]   [2020]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 09/15] ARM: dts: mmp3: Fix L2 cache controller node name
    Date
    The current one makes validation unhappy:

    mmp3-dell-ariel.dt.yaml: l2-cache-controller@d0020000: $nodename:0:
    'l2-cache-controller@d0020000' does not match
    '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

    Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
    Reviewed-by: Andrew Lunn <andrew@lunn.ch>
    ---
    arch/arm/boot/dts/mmp3.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
    index 3ac5e4e86e56d..531e1d85d5fa6 100644
    --- a/arch/arm/boot/dts/mmp3.dtsi
    +++ b/arch/arm/boot/dts/mmp3.dtsi
    @@ -523,7 +523,7 @@ ssp4: spi@d4039000 {
    };
    };

    - l2: l2-cache-controller@d0020000 {
    + l2: cache-controller@d0020000 {
    compatible = "marvell,tauros3-cache", "arm,pl310-cache";
    reg = <0xd0020000 0x1000>;
    cache-unified;
    --
    2.26.0
    \
     
     \ /
      Last update: 2020-04-19 19:13    [W:4.633 / U:0.960 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site