Merge 39a5101f98
("Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6") into android-mainline
Steps on the way to 5.10-rc1 Change-Id: I4f485a6b5b9811e2cd3cfb45e58bca3d965b64ed Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
43
Documentation/devicetree/bindings/rng/ingenic,trng.yaml
Normal file
43
Documentation/devicetree/bindings/rng/ingenic,trng.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/rng/ingenic,trng.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Bindings for DTRNG in Ingenic SoCs
|
||||
|
||||
maintainers:
|
||||
- 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
|
||||
|
||||
description:
|
||||
The True Random Number Generator in Ingenic SoCs.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- ingenic,x1830-dtrng
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
||||
clocks:
|
||||
maxItems: 1
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
- clocks
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
examples:
|
||||
- |
|
||||
#include <dt-bindings/clock/x1830-cgu.h>
|
||||
|
||||
dtrng: trng@10072000 {
|
||||
compatible = "ingenic,x1830-dtrng";
|
||||
reg = <0x10072000 0xc>;
|
||||
|
||||
clocks = <&cgu X1830_CLK_DTRNG>;
|
||||
};
|
||||
...
|
@@ -0,0 +1,33 @@
|
||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/rng/xiphera,xip8001b-trng.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Xiphera XIP8001B-trng bindings
|
||||
|
||||
maintainers:
|
||||
- Atte Tommiska <atte.tommiska@xiphera.com>
|
||||
|
||||
description: |
|
||||
Xiphera FPGA-based true random number generator intellectual property core.
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: xiphera,xip8001b-trng
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
examples:
|
||||
- |
|
||||
rng@43c00000 {
|
||||
compatible = "xiphera,xip8001b-trng";
|
||||
reg = <0x43c00000 0x10000>;
|
||||
};
|
@@ -1174,6 +1174,8 @@ patternProperties:
|
||||
description: Shenzhen Xingbangda Display Technology Co., Ltd
|
||||
"^xinpeng,.*":
|
||||
description: Shenzhen Xinpeng Technology Co., Ltd
|
||||
"^xiphera,.*":
|
||||
description: Xiphera Ltd.
|
||||
"^xlnx,.*":
|
||||
description: Xilinx
|
||||
"^xnano,.*":
|
||||
|
Reference in New Issue
Block a user