Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: fuse: tegra: Add missing compatible strings

The Tegra FUSE device tree bindings haven't been updated in a while. Add
compatible strings for the SoC generations that were released since the
last update.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+3 -2
+3 -2
Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.txt
··· 4 4 - compatible : For Tegra20, must contain "nvidia,tegra20-efuse". For Tegra30, 5 5 must contain "nvidia,tegra30-efuse". For Tegra114, must contain 6 6 "nvidia,tegra114-efuse". For Tegra124, must contain "nvidia,tegra124-efuse". 7 - Otherwise, must contain "nvidia,<chip>-efuse", plus one of the above, where 8 - <chip> is tegra132. 7 + For Tegra132 must contain "nvidia,tegra132-efuse", "nvidia,tegra124-efuse". 8 + For Tegra210 must contain "nvidia,tegra210-efuse". For Tegra186 must contain 9 + "nvidia,tegra186-efuse". For Tegra194 must contain "nvidia,tegra194-efuse". 9 10 Details: 10 11 nvidia,tegra20-efuse: Tegra20 requires using APB DMA to read the fuse data 11 12 due to a hardware bug. Tegra20 also lacks certain information which is