diff options
author | Thierry Reding <treding@nvidia.com> | 2016-04-12 17:07:35 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-04-19 17:25:18 -0500 |
commit | f43521e9521133c169fe4b9255fb0917baf5ec84 (patch) | |
tree | 534e3d772386d08af5618430b8b3820c8646ae77 /Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt | |
parent | 7aa5d38cfb77d69a349ed47ce26a9d83bd6388d2 (diff) | |
download | blackbird-obmc-linux-f43521e9521133c169fe4b9255fb0917baf5ec84.tar.gz blackbird-obmc-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/sound/nvidia,tegra30-hda.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt index 275c6ea356f6..44d27456e8a4 100644 --- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt @@ -15,7 +15,7 @@ Required properties: Example: -hda@0,70030000 { +hda@70030000 { compatible = "nvidia,tegra124-hda", "nvidia,tegra30-hda"; reg = <0x0 0x70030000 0x0 0x10000>; interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; |