diff options
author | Sean Wang <sean.wang@mediatek.com> | 2017-04-26 11:26:03 +0200 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2017-05-15 10:47:09 +0200 |
commit | 88b43a7b179859ef49797cbac902106d243a6373 (patch) | |
tree | 14a1d8cc3fb3ddac2ff6f085dc503a76035572ae /arch/arm/boot/dts/mt7623.dtsi | |
parent | arm: dts: mt7623: add afe nodes to the mt7623.dtsi file (diff) | |
download | linux-88b43a7b179859ef49797cbac902106d243a6373.tar.xz linux-88b43a7b179859ef49797cbac902106d243a6373.zip |
arm: dts: mt7623: add rng nodes to the mt7623.dtsi file
Add rng nodes to the mt7623.dtsi file.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/mt7623.dtsi')
-rw-r--r-- | arch/arm/boot/dts/mt7623.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi index 5ed9821099c2..c21e19c8faba 100644 --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi @@ -195,6 +195,13 @@ #clock-cells = <1>; }; + rng: rng@1020f000 { + compatible = "mediatek,mt7623-rng"; + reg = <0 0x1020f000 0 0x1000>; + clocks = <&infracfg CLK_INFRA_TRNG>; + clock-names = "rng"; + }; + gic: interrupt-controller@10211000 { compatible = "arm,cortex-a7-gic"; interrupt-controller; |