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

dt-bindings: clock: tegra124-dfll: add Tegra210 support

Add Tegra210 support for DFLL clock.

Cc: devicetree@vger.kernel.org
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Joseph Lo and committed by
Thierry Reding
7e9d1098 93caec00

+3 -1
+3 -1
Documentation/devicetree/bindings/clock/nvidia,tegra124-dfll.txt
··· 10 10 communicating with an off-chip PMIC either via an I2C bus or via PWM signals. 11 11 12 12 Required properties: 13 - - compatible : should be "nvidia,tegra124-dfll" 13 + - compatible : should be one of: 14 + - "nvidia,tegra124-dfll": for Tegra124 15 + - "nvidia,tegra210-dfll": for Tegra210 14 16 - reg : Defines the following set of registers, in the order listed: 15 17 - registers for the DFLL control logic. 16 18 - registers for the I2C output logic.