ARM: dts: DBx500 cryp and hash uses power domain
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 21 Jul 2022 15:36:10 +0000 (17:36 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Oct 2022 13:05:52 +0000 (15:05 +0200)
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>
arch/arm/boot/dts/ste-dbx5x0.dtsi

index 9afe8301bd4791315cb5b4cb083ec2883d0c2c25..a42a4fd692993b891eca15380b4c0d526496376d 100644 (file)
                        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>;
                };
        };
 };