mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 17:50:52 +07:00
ARM: ux500: Add Device Tree nodes for the ux500 Hash device
This patch provides information required to setup ux500-hash when booting with DT on the Snowball low-cost development platform. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
fe2e9f921f
commit
61122cf27d
@ -764,5 +764,13 @@ cryp@a03cb000 {
|
||||
v-ape-supply = <&db8500_vape_reg>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hash@a03c2000 {
|
||||
compatible = "stericsson,ux500-hash";
|
||||
reg = <0xa03c2000 0x1000>;
|
||||
|
||||
v-ape-supply = <&db8500_vape_reg>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -360,5 +360,9 @@ ab8500_ldo_ana_reg: ab8500_ldo_ana {
|
||||
cryp@a03cb000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
hash@a03c2000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user