aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorGravatar Thierry Reding <treding@nvidia.com> 2016-04-12 17:07:35 +0200
committerGravatar Rob Herring <robh@kernel.org> 2016-04-19 17:25:18 -0500
commitf43521e9521133c169fe4b9255fb0917baf5ec84 (patch)
tree534e3d772386d08af5618430b8b3820c8646ae77 /Documentation/devicetree/bindings/sound
parentof: Add Inforce Computing to vendor prefix list (diff)
downloadlinux-f43521e9521133c169fe4b9255fb0917baf5ec84.tar.gz
linux-f43521e9521133c169fe4b9255fb0917baf5ec84.tar.bz2
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')
-rw-r--r--Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt2
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>;