diff options
author | Thierry Reding <treding@nvidia.com> | 2023-07-21 14:46:23 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-07-25 18:29:40 +0200 |
commit | 436ebd32b02568378eb694f97f5c1c2fa8c984c8 (patch) | |
tree | 87c42fd35c4d831a252484f710428d694e42cf58 /Documentation/devicetree/bindings/arm | |
parent | dt-bindings: clock: tegra: Document Tegra132 compatible (diff) | |
download | linux-436ebd32b02568378eb694f97f5c1c2fa8c984c8.tar.xz linux-436ebd32b02568378eb694f97f5c1c2fa8c984c8.zip |
dt-bindings: arm: tegra: nvec: Convert to json-schema
Convert the NVIDIA embedded controller bindings from the free-form text
format to json-schema.
Acked-by: Marc Dietrich <marvin24@gmx.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra/nvidia,nvec.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,nvec.txt b/Documentation/devicetree/bindings/arm/tegra/nvidia,nvec.txt deleted file mode 100644 index 5ae601e7f51f..000000000000 --- a/Documentation/devicetree/bindings/arm/tegra/nvidia,nvec.txt +++ /dev/null @@ -1,21 +0,0 @@ -NVIDIA compliant embedded controller - -Required properties: -- compatible : should be "nvidia,nvec". -- reg : the iomem of the i2c slave controller -- interrupts : the interrupt line of the i2c slave controller -- clock-frequency : the frequency of the i2c bus -- gpios : the gpio used for ec request -- slave-addr: the i2c address of the slave controller -- clocks : Must contain an entry for each entry in clock-names. - See ../clocks/clock-bindings.txt for details. -- clock-names : Must include the following entries: - Tegra20/Tegra30: - - div-clk - - fast-clk - Tegra114: - - div-clk -- resets : Must contain an entry for each entry in reset-names. - See ../reset/reset.txt for details. -- reset-names : Must include the following entries: - - i2c |