Re: [PATCH v2 4/7] dt-bindings: tegra: Add missing chips and NVIDIA boards
From: Rob Herring <robh@kernel.org>
Date: 2018-02-12 14:42:49
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2018-02-12 14:42:49
Also in:
linux-arm-kernel, linux-devicetree, lkml
On Sat, Feb 10, 2018 at 10:45:35AM +0200, Mikko Perttunen wrote:
On 02/10/2018 12:49 AM, Rob Herring wrote:quoted
On Tue, Feb 06, 2018 at 09:22:34AM +0200, Mikko Perttunen wrote:quoted
Add compatibility strings for supported but undocumented Tegra chips (Tegra114/124/132/210/186/194) and reference boards. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> --- Notes: v2: - add patch Documentation/devicetree/bindings/arm/tegra.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt index 7f1411bbabf7..32f62bb7006d 100644 --- a/Documentation/devicetree/bindings/arm/tegra.txt +++ b/Documentation/devicetree/bindings/arm/tegra.txt@@ -9,6 +9,12 @@ following compatible values: nvidia,tegra20 nvidia,tegra30 + nvidia,tegra114 + nvidia,tegra124 + nvidia,tegra132 + nvidia,tegra210Some reason why this is not in numerical order?They are in chronological/chip generation order, and for whatever reason, that isn't numerical.
Okay. Reviewed-by: Rob Herring <robh@kernel.org>