diff options
author | Tony Lindgren <tony@atomide.com> | 2020-07-02 08:45:12 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-18 10:40:03 +0300 |
commit | 587c437d96a3c2a9f15d5f1e315b6ed1ed939725 (patch) | |
tree | 737e8e0515fe5353c8cdf1c4e29ff014069689b6 /arch/arm/boot/dts/am4372.dtsi | |
parent | 2bbcd6590a25336b0963d8678488e0a2639260a3 (diff) | |
download | linux-next-587c437d96a3c2a9f15d5f1e315b6ed1ed939725.tar.gz |
ARM: dts: Configure am3 and am4 sgx for genpd and drop platform data
We can power off the SGX power domain when not in use when we configure
it for genpd. And with that change, we can now also drop the old unused
legacy platform data.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 14314046256c..8d47913e2129 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -517,6 +517,7 @@ <SYSC_IDLE_SMART>; clocks = <&gfx_l3_clkctrl AM4_GFX_L3_GFX_CLKCTRL 0>; clock-names = "fck"; + power-domains = <&prm_gfx>; resets = <&prm_gfx 0>; reset-names = "rstctrl"; #address-cells = <1>; @@ -533,6 +534,7 @@ prm_gfx: prm@400 { compatible = "ti,am4-prm-inst", "ti,omap-prm-inst"; reg = <0x400 0x100>; + #power-domain-cells = <0>; #reset-cells = <1>; }; |