diff options
author | Peter De Schrijver <[email protected]> | 2023-05-29 16:50:43 +0300 |
---|---|---|
committer | Jassi Brar <[email protected]> | 2023-06-30 17:35:45 -0500 |
commit | af9dbbbb4d30c4601a14c920c6ec9ae5cf0fdd22 (patch) | |
tree | 2eb35cd31c4ce3a581ccecd767d09b1dd904c8e0 | |
parent | ebb0130dad751e88c28ab94c71e46e8ee65427c9 (diff) |
dt-bindings: mailbox: tegra: Document Tegra264 HSP
Add the compatible string for the HSP block found on the Tegra264 SoC.
The HSP block in Tegra264 is not register compatible with the one in
Tegra194 or Tegra234 hence there is no fallback compatibility string.
Acked-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Signed-off-by: Peter De Schrijver <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml b/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml index a3e87516d637..2d14fc948999 100644 --- a/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml +++ b/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml @@ -66,6 +66,7 @@ properties: oneOf: - const: nvidia,tegra186-hsp - const: nvidia,tegra194-hsp + - const: nvidia,tegra264-hsp - items: - const: nvidia,tegra234-hsp - const: nvidia,tegra194-hsp |