lkml.org 
[lkml]   [2021]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.10 39/88] ARM: dts: am437x-gp-evm: fix ti,no-reset-on-init flag for gpios
    Date
    From: Grygorii Strashko <grygorii.strashko@ti.com>

    [ Upstream commit 2566d5b8c1670f7d7a44cc1426d254147ec5c421 ]

    The ti,no-reset-on-init flag need to be at the interconnect target module
    level for the modules that have it defined.
    The ti-sysc driver handles this case, but produces warning, not a critical
    issue.

    Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
    Signed-off-by: Tony Lindgren <tony@atomide.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/am437x-gp-evm.dts | 5 ++++-
    arch/arm/boot/dts/am437x-l4.dtsi | 2 +-
    2 files changed, 5 insertions(+), 2 deletions(-)

    diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
    index 45cbc7fb557a..e2677682b540 100644
    --- a/arch/arm/boot/dts/am437x-gp-evm.dts
    +++ b/arch/arm/boot/dts/am437x-gp-evm.dts
    @@ -813,11 +813,14 @@ &gpio4 {
    status = "okay";
    };

    +&gpio5_target {
    + ti,no-reset-on-init;
    +};
    +
    &gpio5 {
    pinctrl-names = "default";
    pinctrl-0 = <&display_mux_pins>;
    status = "okay";
    - ti,no-reset-on-init;

    sel-lcd-hdmi-hog {
    /*
    diff --git a/arch/arm/boot/dts/am437x-l4.dtsi b/arch/arm/boot/dts/am437x-l4.dtsi
    index 243e35f7a56c..370c4e64676f 100644
    --- a/arch/arm/boot/dts/am437x-l4.dtsi
    +++ b/arch/arm/boot/dts/am437x-l4.dtsi
    @@ -2033,7 +2033,7 @@ gpio4: gpio@0 {
    };
    };

    - target-module@22000 { /* 0x48322000, ap 116 64.0 */
    + gpio5_target: target-module@22000 { /* 0x48322000, ap 116 64.0 */
    compatible = "ti,sysc-omap2", "ti,sysc";
    reg = <0x22000 0x4>,
    <0x22010 0x4>,
    --
    2.30.2
    \
     
     \ /
      Last update: 2021-07-14 22:10    [W:4.116 / U:0.248 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site