2018-11-06 09:20:20

by Anson Huang

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6sll: remove unused property in gpc node

The "fsl,mf-mix-wakeup-irq" is ONLY used as a temporary
solution in NXP's internal tree for Mega/Fast Mix off
feature after suspend, upstream kernel does NOT need it,
remove it.

Signed-off-by: Anson Huang <[email protected]>
---
arch/arm/boot/dts/imx6sll.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi
index 5ff4b99..62847c6 100644
--- a/arch/arm/boot/dts/imx6sll.dtsi
+++ b/arch/arm/boot/dts/imx6sll.dtsi
@@ -593,7 +593,6 @@
#interrupt-cells = <3>;
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&intc>;
- fsl,mf-mix-wakeup-irq = <0x7c00000 0x7d00 0x0 0x1400640>;
};

iomuxc: pinctrl@20e0000 {
--
2.7.4



2018-11-06 09:22:24

by Anson Huang

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6sl: vddpu is NOT an always-on regulator

Remove "regulator-always-on" property for vddpu regulator
since it can be OFF when GPU power domain is OFF.

Signed-off-by: Anson Huang <[email protected]>
---
arch/arm/boot/dts/imx6sl.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index 9bbc5b0..557d3fd 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -588,7 +588,6 @@
regulator-name = "vddpu";
regulator-min-microvolt = <725000>;
regulator-max-microvolt = <1450000>;
- regulator-always-on;
anatop-reg-offset = <0x140>;
anatop-vol-bit-shift = <9>;
anatop-vol-bit-width = <5>;
--
2.7.4


2018-11-16 05:22:40

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6sll: remove unused property in gpc node

On Tue, Nov 06, 2018 at 09:19:36AM +0000, Anson Huang wrote:
> The "fsl,mf-mix-wakeup-irq" is ONLY used as a temporary
> solution in NXP's internal tree for Mega/Fast Mix off
> feature after suspend, upstream kernel does NOT need it,
> remove it.
>
> Signed-off-by: Anson Huang <[email protected]>

Applied both, thanks.