Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
ARM: dts: DBx500 cryp and hash uses power domain
Browse files Browse the repository at this point in the history
The cryp and hash blocks of the DBx500 uses the VAPE power domain,
the special regulator is a leftover that is not used anymore.

Link: https://lore.kernel.org/r/20220721153610.1053845-1-linus.walleij@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
linusw committed Oct 17, 2022
1 parent 7341b2c commit a26b17f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/arm/boot/dts/ste-dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1149,17 +1149,15 @@
compatible = "stericsson,ux500-cryp";
reg = <0xa03cb000 0x1000>;
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;

v-ape-supply = <&db8500_vape_reg>;
clocks = <&prcc_pclk 6 1>;
power-domains = <&pm_domains DOMAIN_VAPE>;
};

hash@a03c2000 {
compatible = "stericsson,ux500-hash";
reg = <0xa03c2000 0x1000>;

v-ape-supply = <&db8500_vape_reg>;
clocks = <&prcc_pclk 6 2>;
power-domains = <&pm_domains DOMAIN_VAPE>;
};
};
};

0 comments on commit a26b17f

Please sign in to comment.