0004-BCM2835_DT-Fix-I2S-register-map.patch 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. From b110393b07eb57aa234dbf25019f586a13b57792 Mon Sep 17 00:00:00 2001
  2. From: Robert Tiemann <rtie@gmx.de>
  3. Date: Mon, 20 Jul 2015 11:01:25 +0200
  4. Subject: [PATCH] BCM2835_DT: Fix I2S register map
  5. ---
  6. Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt | 4 ++--
  7. Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt | 4 ++--
  8. arch/arm/boot/dts/bcm2835.dtsi | 4 ++--
  9. 3 files changed, 6 insertions(+), 6 deletions(-)
  10. --- a/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt
  11. +++ b/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt
  12. @@ -48,8 +48,8 @@ Example:
  13. bcm2835_i2s: i2s@7e203000 {
  14. compatible = "brcm,bcm2835-i2s";
  15. - reg = < 0x7e203000 0x20>,
  16. - < 0x7e101098 0x02>;
  17. + reg = < 0x7e203000 0x24>,
  18. + < 0x7e101098 0x08>;
  19. dmas = <&dma 2>,
  20. <&dma 3>;
  21. --- a/Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt
  22. +++ b/Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt
  23. @@ -16,8 +16,8 @@ Example:
  24. bcm2835_i2s: i2s@7e203000 {
  25. compatible = "brcm,bcm2835-i2s";
  26. - reg = <0x7e203000 0x20>,
  27. - <0x7e101098 0x02>;
  28. + reg = <0x7e203000 0x24>,
  29. + <0x7e101098 0x08>;
  30. dmas = <&dma 2>,
  31. <&dma 3>;
  32. --- a/arch/arm/boot/dts/bcm2835.dtsi
  33. +++ b/arch/arm/boot/dts/bcm2835.dtsi
  34. @@ -120,8 +120,8 @@
  35. i2s: i2s@7e203000 {
  36. compatible = "brcm,bcm2835-i2s";
  37. - reg = <0x7e203000 0x20>,
  38. - <0x7e101098 0x02>;
  39. + reg = <0x7e203000 0x24>,
  40. + <0x7e101098 0x08>;
  41. dmas = <&dma 2>,
  42. <&dma 3>;