lkml.org 
[lkml]   [2020]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 011/717] arm64: dts: mediatek: mt8183: fix gce incorrect mbox-cells value
    Date
    From: Fabien Parent <fparent@baylibre.com>

    [ Upstream commit e55c56df43dd11de4a6c08e3ea52ca45b51c8800 ]

    The binding documentation says:
    - #mbox-cells: Should be 2.
    <&phandle channel priority>
    phandle: Label name of a gce node.
    channel: Channel of mailbox. Be equal to the thread id of GCE.
    priority: Priority of GCE thread.

    Fix the value of #mbox-cells.

    Fixes: d3c306e31bc7 ("arm64: dts: add gce node for mt8183")
    Signed-off-by: Fabien Parent <fparent@baylibre.com>
    Link: https://lore.kernel.org/r/20201018194225.3361182-1-fparent@baylibre.com
    Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/mediatek/mt8183.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
    index 9cfd961c45eb3..08a914d3a6435 100644
    --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
    +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
    @@ -363,7 +363,7 @@
    compatible = "mediatek,mt8183-gce";
    reg = <0 0x10238000 0 0x4000>;
    interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_LOW>;
    - #mbox-cells = <3>;
    + #mbox-cells = <2>;
    clocks = <&infracfg CLK_INFRA_GCE>;
    clock-names = "gce";
    };
    --
    2.27.0


    \
     
     \ /
      Last update: 2020-12-28 15:09    [W:2.747 / U:0.100 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site