diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2015-12-22 17:45:29 +0000 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2016-02-09 10:46:31 +0000 |
commit | e6d7f6dc857f6e8efafc68217a598bd5d532034f (patch) | |
tree | 5942c9c69a01c27da0a08287f32f8e901c0e81b0 /Documentation/devicetree/bindings | |
parent | 36582c60de2789feb91b63ff4ed8ec9381fa4d1e (diff) | |
download | talos-op-linux-e6d7f6dc857f6e8efafc68217a598bd5d532034f.tar.gz talos-op-linux-e6d7f6dc857f6e8efafc68217a598bd5d532034f.zip |
arm64: dts: Add support for Juno r2 board
Juno r2 is identical to Juno r1 with Cortex A57 cores replaced by
Cortex A72 cores.
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/arm/arm-boards | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards index 1a709970e7f7..70601a58c433 100644 --- a/Documentation/devicetree/bindings/arm/arm-boards +++ b/Documentation/devicetree/bindings/arm/arm-boards @@ -180,6 +180,7 @@ described under the RS1 memory mapping. Required properties (in root node): compatible = "arm,juno"; /* For Juno r0 board */ compatible = "arm,juno-r1"; /* For Juno r1 board */ + compatible = "arm,juno-r2"; /* For Juno r2 board */ Required nodes: The description for the board must include: |