Commit 61122cf2 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent fe2e9f92
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -764,5 +764,13 @@
			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";
		};
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -360,5 +360,9 @@
		cryp@a03cb000 {
			status = "okay";
		};

		hash@a03c2000 {
			status = "okay";
		};
	};
};