Message ID | 20230516095850.2426604-2-thierry.reding@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: tegra: Support Jetson Orin Nano Developer Kit | expand |
On Tue, May 16, 2023 at 11:58:48AM +0200, Thierry Reding wrote: > From: Thierry Reding <treding@nvidia.com> > > The Jetson Orin Nano is the little sibling of the Jetson Orin NX. > Document the corresponding compatible strings for these devices. > > Signed-off-by: Thierry Reding <treding@nvidia.com> Thanks, Conor.
On 16/05/2023 11:58, Thierry Reding wrote: > From: Thierry Reding <treding@nvidia.com> > > The Jetson Orin Nano is the little sibling of the Jetson Orin NX. > Document the corresponding compatible strings for these devices. > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml index 0340a369b5e1..0be74eea8303 100644 --- a/Documentation/devicetree/bindings/arm/tegra.yaml +++ b/Documentation/devicetree/bindings/arm/tegra.yaml @@ -227,5 +227,9 @@ properties: - const: nvidia,p3768-0000+p3767-0000 - const: nvidia,p3767-0000 - const: nvidia,tegra234 + - description: Jetson Orin Nano + items: + - const: nvidia,p3767-0005 + - const: nvidia,tegra234 additionalProperties: true