diff options
author | Thierry Reding <treding@nvidia.com> | 2016-04-12 17:07:35 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-04-20 00:25:18 +0200 |
commit | f43521e9521133c169fe4b9255fb0917baf5ec84 (patch) | |
tree | 534e3d772386d08af5618430b8b3820c8646ae77 /Documentation/devicetree/bindings/thermal | |
parent | of: Add Inforce Computing to vendor prefix list (diff) | |
download | linux-f43521e9521133c169fe4b9255fb0917baf5ec84.tar.xz linux-f43521e9521133c169fe4b9255fb0917baf5ec84.zip |
dt-bindings: tegra: Remove 0, prefix from unit-addresses
When Tegra124 support was first merged the unit-addresses of all devices
were listed with a "0," prefix to encode the reg property's second cell.
It turns out that this notation is not correct, and the "," separator is
only used to separate fields in the unit address (such as the device and
function number in PCI devices), not individual cells for addresses
with more than one cell.
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/thermal')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/tegra-soctherm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/thermal/tegra-soctherm.txt b/Documentation/devicetree/bindings/thermal/tegra-soctherm.txt index 6b68cd150405..6908d3aca598 100644 --- a/Documentation/devicetree/bindings/thermal/tegra-soctherm.txt +++ b/Documentation/devicetree/bindings/thermal/tegra-soctherm.txt @@ -29,7 +29,7 @@ Required properties : Example : - soctherm@0,700e2000 { + soctherm@700e2000 { compatible = "nvidia,tegra124-soctherm"; reg = <0x0 0x700e2000 0x0 0x1000>; interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; |