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

dt-bindings: clock: tegra: Document Tegra132 compatible

The Tegra132 clock and reset controller is largely compatible with the
version found on Tegra124 but it does have slight differences in what
clocks it exposes, so a separate compatible string is needed.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

+3 -1
+3 -1
Documentation/devicetree/bindings/clock/nvidia,tegra124-car.yaml
··· 27 27 28 28 properties: 29 29 compatible: 30 - const: nvidia,tegra124-car 30 + enum: 31 + - nvidia,tegra124-car 32 + - nvidia,tegra132-car 31 33 32 34 reg: 33 35 maxItems: 1