Commit a43b446d authored by Matt Porter's avatar Matt Porter Committed by Tony Lindgren

ARM: dts: am335x-bone-common: enable aes and sham

Beaglebone Black doesn't have AES and SHAM enabled like the
original Beaglebone White dts. This breaks applications that
leverage the crypto blocks so fix this by enabling these nodes
in the am335x-bone-common.dtsi. With this change, enabling the
nodes in am335x-bone.dts is no longer required so remove them.
Signed-off-by: default avatarMatt Porter <mporter@konsulko.com>
Acked-by: default avatarRobert Nelson <robertcnelson@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7d53d255
......@@ -301,3 +301,11 @@ &mmc1 {
cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
cd-inverted;
};
&aes {
status = "okay";
};
&sham {
status = "okay";
};
......@@ -24,11 +24,3 @@ &ldo3_reg {
&mmc1 {
vmmc-supply = <&ldo3_reg>;
};
&sham {
status = "okay";
};
&aes {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment