lkml.org 
[lkml]   [2020]   [Mar]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 02/28] ARM: dts: dove: Fix interrupt controller node name
    Date
    The current ones makes validation unhappy:

    dove-d3plug.dt.yaml: main-interrupt-ctrl@20200: $nodename:0:
    'main-interrupt-ctrl@20200' does not match
    '^interrupt-controller(@[0-9a-f,]+)*$'

    Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
    ---
    arch/arm/boot/dts/dove.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
    index 3081b04e8c08f..ddd4653f52811 100644
    --- a/arch/arm/boot/dts/dove.dtsi
    +++ b/arch/arm/boot/dts/dove.dtsi
    @@ -248,7 +248,7 @@ bridge_intc: bridge-interrupt-ctrl@20110 {
    marvell,#interrupts = <5>;
    };

    - intc: main-interrupt-ctrl@20200 {
    + intc: interrupt-controller@20200 {
    compatible = "marvell,orion-intc";
    interrupt-controller;
    #interrupt-cells = <1>;
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-03-17 10:44    [W:2.253 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site