diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2019-12-13 04:07:51 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-02-27 18:24:11 +0100 |
commit | b749ebe77d6c251d3a049d43f7e43781409c969c (patch) | |
tree | 1ad45547f76cc49604e4c138094ca38b2983f5fa /Documentation/devicetree/bindings/arm/cpus.yaml | |
parent | Linux 5.6-rc1 (diff) | |
download | linux-b749ebe77d6c251d3a049d43f7e43781409c969c.tar.xz linux-b749ebe77d6c251d3a049d43f7e43781409c969c.zip |
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 <ssantosh@kernel.org>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/cpus.yaml')
-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' |