diff options
author | John Crispin <blogic@openwrt.org> | 2015-08-17 06:04:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-08-17 06:04:32 +0000 |
commit | 6789008f7f005b6404309785dbe6f71f4252a1d3 (patch) | |
tree | 894567dfe3a2896bceca2cd1782cff68278c248f /target/linux/brcm2708/patches-4.1/0125-BCM270X_DT-Fix-I2S-register-map.patch | |
parent | 56934112ef047efc00dabfffbd25276e9849427f (diff) | |
download | master-187ad058-6789008f7f005b6404309785dbe6f71f4252a1d3.tar.gz master-187ad058-6789008f7f005b6404309785dbe6f71f4252a1d3.tar.bz2 master-187ad058-6789008f7f005b6404309785dbe6f71f4252a1d3.zip |
brcm2708: update 4.1 patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46640 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0125-BCM270X_DT-Fix-I2S-register-map.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.1/0125-BCM270X_DT-Fix-I2S-register-map.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.1/0125-BCM270X_DT-Fix-I2S-register-map.patch b/target/linux/brcm2708/patches-4.1/0125-BCM270X_DT-Fix-I2S-register-map.patch new file mode 100644 index 0000000000..4b78c055a7 --- /dev/null +++ b/target/linux/brcm2708/patches-4.1/0125-BCM270X_DT-Fix-I2S-register-map.patch @@ -0,0 +1,22 @@ +From 7906fa935ee088391c6a3092374e477f51e799cd Mon Sep 17 00:00:00 2001 +From: Robert Tiemann <rtie@gmx.de> +Date: Mon, 20 Jul 2015 11:01:13 +0200 +Subject: [PATCH 125/148] BCM270X_DT: Fix I2S register map + +--- + arch/arm/boot/dts/bcm2708_common.dtsi | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- a/arch/arm/boot/dts/bcm2708_common.dtsi ++++ b/arch/arm/boot/dts/bcm2708_common.dtsi +@@ -117,8 +117,8 @@ + + i2s: i2s@7e203000 { + compatible = "brcm,bcm2708-i2s"; +- reg = <0x7e203000 0x20>, +- <0x7e101098 0x02>; ++ reg = <0x7e203000 0x24>, ++ <0x7e101098 0x08>; + + //dmas = <&dma 2>, + // <&dma 3>; |