diff options
author | Tony Lindgren <tony@atomide.com> | 2020-07-02 18:45:12 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-18 10:40:03 +0300 |
commit | 587c437d96a3c2a9f15d5f1e315b6ed1ed939725 (patch) | |
tree | 737e8e0515fe5353c8cdf1c4e29ff014069689b6 /arch/arm/boot/dts/am33xx.dtsi | |
parent | 2bbcd6590a25336b0963d8678488e0a2639260a3 (diff) | |
download | linux-587c437d96a3c2a9f15d5f1e315b6ed1ed939725.tar.xz |
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/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 5cb4cc37cb6d..0fab080d61ef 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -578,6 +578,7 @@ <SYSC_IDLE_SMART>; clocks = <&gfx_l3_clkctrl AM3_GFX_L3_GFX_CLKCTRL 0>; clock-names = "fck"; + power-domains = <&prm_gfx>; resets = <&prm_gfx 0>; reset-names = "rstctrl"; #address-cells = <1>; @@ -617,6 +618,7 @@ prm_gfx: prm@1100 { compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; reg = <0x1100 0x100>; + #power-domain-cells = <0>; #reset-cells = <1>; }; }; |