0012-ARM-DTSI-rk3288-Fixed-the-SPDIF-node-address.patch 940 B

12345678910111213141516171819202122232425262728293031
  1. From a0602b2724893de7ac9b4190a7a6bb66458da2d5 Mon Sep 17 00:00:00 2001
  2. From: Myy Miouyouyou <myy@miouyouyou.fr>
  3. Date: Thu, 19 Oct 2017 21:54:37 +0200
  4. Subject: [PATCH 17/28] ARM: DTSI: rk3288.dtsi: Fixed the SPDIF node address
  5. Now, the typo is only in the name of the node itself, not in the
  6. actual registers addresses definition.
  7. Still, this ought to be fixed one day !
  8. Signed-off-by: Myy Miouyouyou <myy@miouyouyou.fr>
  9. ---
  10. arch/arm/boot/dts/rk3288.dtsi | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
  13. index 125f8835..e5d3d3c9 100644
  14. --- a/arch/arm/boot/dts/rk3288.dtsi
  15. +++ b/arch/arm/boot/dts/rk3288.dtsi
  16. @@ -922,7 +922,7 @@
  17. status = "disabled";
  18. };
  19. - spdif: sound@ff88b0000 {
  20. + spdif: sound@ff8b0000 {
  21. compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
  22. reg = <0x0 0xff8b0000 0x0 0x10000>;
  23. #sound-dai-cells = <0>;
  24. --
  25. 2.11.0