Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 016d258a authored by Zhen Kong's avatar Zhen Kong Committed by Gerrit - the friendly Code Review server
Browse files

dt-bindings: rng: Add DT binding entry for msm-rng



Add DT binding entry for the rng driver for kona.

Change-Id: I78ac1cb3f94d9ca0b0e677d5793a475eaf25d626
Signed-off-by: default avatarZhen Kong <zkong@codeaurora.org>
parent f5f31790
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
* RNG (Random Number Generator)

Required properties:
- compatible : Should be "qcom,msm-rng"
- reg        : Offset and length of the register set for the device

Optional property:
- qcom,msm-rng-iface-clk : If the device uses iface-clk.
- qcom,no-qrng-config    : Flag to decide whether the driver do the hardware configuration or not.

Example:

	qcom,msm-rng@f9bff000 {
		compatible = "qcom,msm-rng";
		reg = <0xf9bff000 0x200>;
		qcom,msm-rng-iface-clk;
		qcom,no-qrng-config;
	};