Re: [PATCH 6/8] ARM: dts: Fix flags for gpio7

From: Suman Anna
Date: Tue Jul 23 2019 - 17:58:50 EST


Hi Tony,

On 7/23/19 6:28 AM, Tony Lindgren wrote:
> The ti,no-idle-on-init and ti,no-reset-on-init flags need to be at
> the interconnect target module level for the modules that have it
> defined. Otherwise we get the following warnings:
>
> dts flag should be at module level for ti,no-idle-on-init
> dts flag should be at module level for ti,no-reset-on-init
>
> Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx>

There's a similar one within the am335x-icev2.dts file for gpio0
that can also use this fix.

Reviewed-by: Suman Anna <s-anna@xxxxxx>

regards
Suman

> ---
> arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +-
> arch/arm/boot/dts/dra7-evm.dts | 2 +-
> arch/arm/boot/dts/dra7-l4.dtsi | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
> --- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
> +++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
> @@ -379,7 +379,7 @@
> };
> };
>
> -&gpio7 {
> +&gpio7_target {
> ti,no-reset-on-init;
> ti,no-idle-on-init;
> };
> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
> --- a/arch/arm/boot/dts/dra7-evm.dts
> +++ b/arch/arm/boot/dts/dra7-evm.dts
> @@ -498,7 +498,7 @@
> phy-supply = <&ldousb_reg>;
> };
>
> -&gpio7 {
> +&gpio7_target {
> ti,no-reset-on-init;
> ti,no-idle-on-init;
> };
> diff --git a/arch/arm/boot/dts/dra7-l4.dtsi b/arch/arm/boot/dts/dra7-l4.dtsi
> --- a/arch/arm/boot/dts/dra7-l4.dtsi
> +++ b/arch/arm/boot/dts/dra7-l4.dtsi
> @@ -1261,7 +1261,7 @@
> };
> };
>
> - target-module@51000 { /* 0x48051000, ap 45 2e.0 */
> + gpio7_target: target-module@51000 { /* 0x48051000, ap 45 2e.0 */
> compatible = "ti,sysc-omap2", "ti,sysc";
> ti,hwmods = "gpio7";
> reg = <0x51000 0x4>,
>