X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2Fpatches-4.4%2F0014-bcm2835-i2s-get-base-address-for-DMA-from-devicetree.patch;h=dbd3413bb5939485c1383ab70dbd967027a87ad9;hb=525b311bf869d7e252d744e501e227263a955c8e;hp=fa35faaf5699d7364e762f45542632a710397879;hpb=0ab31bfced9666f3fb58acdb5833a93e4f4f5f7e;p=openwrt%2Fopenwrt.git diff --git a/target/linux/brcm2708/patches-4.4/0014-bcm2835-i2s-get-base-address-for-DMA-from-devicetree.patch b/target/linux/brcm2708/patches-4.4/0014-bcm2835-i2s-get-base-address-for-DMA-from-devicetree.patch index fa35faaf56..dbd3413bb5 100644 --- a/target/linux/brcm2708/patches-4.4/0014-bcm2835-i2s-get-base-address-for-DMA-from-devicetree.patch +++ b/target/linux/brcm2708/patches-4.4/0014-bcm2835-i2s-get-base-address-for-DMA-from-devicetree.patch @@ -1,7 +1,7 @@ -From 569baa856d805e594011f2d1444b6849c291544d Mon Sep 17 00:00:00 2001 +From 61037c6b43a4e3f1a53582fb92ee7f964b6bace5 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sun, 11 Oct 2015 16:44:05 +0200 -Subject: [PATCH 014/232] bcm2835-i2s: get base address for DMA from devicetree +Subject: [PATCH 014/304] bcm2835-i2s: get base address for DMA from devicetree Code copied from spi-bcm2835. Get physical address from devicetree instead of using hardcoded constant.