diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-01-11 23:09:56 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-02-07 02:21:21 (GMT) |
commit | c404af0a16ea55bd8d0634e4cc23e0396799d836 (patch) | |
tree | bcb7c18dcdd4fe52f23dc89ec724d9590e6accbd /arch/arm | |
parent | 5c8ee3120ee005d8204a536ce2494660032f5f6f (diff) | |
download | linux-c404af0a16ea55bd8d0634e4cc23e0396799d836.tar.xz |
ARM: dt: tegra: Add labels for I2S controllers
This will allow the sound node to refer to the I2S controllers by name
when creating phandles.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index b1f46e1..8712449 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -65,14 +65,14 @@ interrupts = < 0 53 0x04 >; }; - i2s@70002800 { + tegra_i2s1: i2s@70002800 { compatible = "nvidia,tegra20-i2s"; reg = <0x70002800 0x200>; interrupts = < 0 13 0x04 >; nvidia,dma-request-selector = < &apbdma 2 >; }; - i2s@70002a00 { + tegra_i2s2: i2s@70002a00 { compatible = "nvidia,tegra20-i2s"; reg = <0x70002a00 0x200>; interrupts = < 0 3 0x04 >; |