Message ID | 20191213030755.16096-2-d-gerlach@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: OMAP2+: Introduce cpuidle for am335x/am437x | expand |
On Thu, 12 Dec 2019 21:07:51 -0600, Dave Gerlach wrote: > Add enable-method binding for "ti,am3352" and "ti,am4372". > > Signed-off-by: Dave Gerlach <d-gerlach@ti.com> > --- > CC: Rob Herring <robh+dt@kernel.org> > --- > Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index c23c24ff7575..428b6b55b5da 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'
Add enable-method binding for "ti,am3352" and "ti,am4372". Signed-off-by: Dave Gerlach <d-gerlach@ti.com> --- CC: Rob Herring <robh+dt@kernel.org> --- Documentation/devicetree/bindings/arm/cpus.yaml | 2 ++ 1 file changed, 2 insertions(+)