[PATCH] BCM2835: Add I2S driver to device tree

Stephen Warren swarren at wwwdotorg.org
Tue Sep 16 18:53:09 PDT 2014


On 07/09/2014 02:50 AM, Mark Brown wrote:
> From: Mark Brown <broonie at linaro.org>
> 
> [Tweaked slightly to disable by default -- broonie]
> 
> Signed-off-by: Florian Meier <florian.meier at koalo.de>
> Signed-off-by: Mark Brown <broonie at linaro.org>

I've belatedly forwarded this to arm-soc for application, except:

> diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi

> +		bcm2835_i2s: i2s at 7e203000 {
> +			compatible = "brcm,bcm2835-i2s";
> +			reg = <0x7e203000 0x20>,
> +			      <0x7e101098 0x02>;
> +
> +			dmas = <&dma 2>,
> +			       <&dma 3>;
> +			dma-names = "tx", "rx";
> +		};

This node is already there (and even edited in this patch), so I dropped
that hunk.




More information about the linux-arm-kernel mailing list