From patchwork Tue Mar 31 09:39:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lin Jinhan X-Patchwork-Id: 244644 List-Id: U-Boot discussion From: troy.lin at rock-chips.com (Lin Jinhan) Date: Tue, 31 Mar 2020 17:39:58 +0800 Subject: [PATCH 2/5] arm: dts: rockchip: px30: add and enable rng node In-Reply-To: <20200331094001.13441-1-troy.lin@rock-chips.com> References: <20200331094001.13441-1-troy.lin@rock-chips.com> Message-ID: <20200331094001.13441-2-troy.lin@rock-chips.com> Add enable rng node in px30-evb-u-boot.dtsi. Signed-off-by: Lin Jinhan --- arch/arm/dts/px30-evb-u-boot.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/dts/px30-evb-u-boot.dtsi b/arch/arm/dts/px30-evb-u-boot.dtsi index a2a2c07dcc..a73c215c05 100644 --- a/arch/arm/dts/px30-evb-u-boot.dtsi +++ b/arch/arm/dts/px30-evb-u-boot.dtsi @@ -12,6 +12,13 @@ chosen { u-boot,spl-boot-order = &emmc, &sdmmc; }; + + rng: rng at ff0b0000 { + compatible = "rockchip,cryptov2-rng"; + reg = <0x0 0xff0b0000 0x0 0x4000>; + status = "okay"; + }; + }; &dmc {