diff options
author | Dave Gerlach <[email protected]> | 2019-12-12 21:07:51 -0600 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2020-02-27 09:24:11 -0800 |
commit | b749ebe77d6c251d3a049d43f7e43781409c969c (patch) | |
tree | 1ad45547f76cc49604e4c138094ca38b2983f5fa | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) |
dt-bindings: arm: cpu: Add TI AM335x and AM437x enable method
Add enable-method binding for "ti,am3352" and "ti,am4372".
Acked-by: Santosh Shilimkar <[email protected]>
Signed-off-by: Dave Gerlach <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/cpus.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index 7a9c3ce2dbef..57fd46d8dfe1 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -201,6 +201,8 @@ properties: - rockchip,rk3066-smp - socionext,milbeaut-m10v-smp - ste,dbx500-smp + - ti,am3352 + - ti,am4372 cpu-release-addr: $ref: '/schemas/types.yaml#/definitions/uint64' |