lkml.org 
[lkml]   [2022]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.19 0218/1157] arm64: dts: mt8192: Fix idle-states entry-method
    Date
    From: Nícolas F. R. A. Prado <nfraprado@collabora.com>

    [ Upstream commit 2e599740f7e423ee89fb027896cb2635dd43784f ]

    The entry-method property of the idle-states node should be "psci" as
    described in the idle-states binding, since this is already the value of
    enable-method in the CPU nodes. Fix it to get rid of a dtbs_check
    warning.

    Fixes: 9260918d3a4f ("arm64: dts: mt8192: Add cpu-idle-states")
    Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
    Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
    Link: https://lore.kernel.org/r/20220617233150.2466344-3-nfraprado@collabora.com
    Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/mediatek/mt8192.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
    index c739e910883a..d5cae38c842a 100644
    --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
    +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
    @@ -172,7 +172,7 @@ l3_0: l3-cache {
    };

    idle-states {
    - entry-method = "arm,psci";
    + entry-method = "psci";
    cpu_sleep_l: cpu-sleep-l {
    compatible = "arm,idle-state";
    arm,psci-suspend-param = <0x00010001>;
    --
    2.35.1


    \
     
     \ /
      Last update: 2022-08-16 00:48    [W:2.865 / U:1.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site