0001-Use-default-dram-address-without-remapping.patch 996 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. From 8ccf9f625d00138d86fb7d70f3efd58a8fb4d7ff Mon Sep 17 00:00:00 2001
  2. From: Yauheni Saldatsenka <eugentoo@gmail.com>
  3. Date: Mon, 23 Aug 2021 02:54:22 +0300
  4. Subject: [PATCH] Use default dram address without remapping
  5. Signed-off-by: Yauheni Saldatsenka <eugentoo@gmail.com>
  6. ---
  7. arch/arm/boot/dts/stm32f469-disco.dts | 6 +++---
  8. 1 file changed, 3 insertions(+), 3 deletions(-)
  9. diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts
  10. index 2e1b3bbbe4b5..06845614a19a 100644
  11. --- a/arch/arm/boot/dts/stm32f469-disco.dts
  12. +++ b/arch/arm/boot/dts/stm32f469-disco.dts
  13. @@ -60,9 +60,9 @@ chosen {
  14. stdout-path = "serial0:115200n8";
  15. };
  16. - memory@00000000 {
  17. + memory@c0000000 {
  18. device_type = "memory";
  19. - reg = <0x00000000 0x1000000>;
  20. + reg = <0xc0000000 0x1000000>;
  21. };
  22. aliases {
  23. @@ -84,7 +84,7 @@ vdd_dsi: vdd-dsi {
  24. };
  25. soc {
  26. - dma-ranges = <0xc0000000 0x0 0x10000000>;
  27. + dma-ranges = <0xc0000000 0xc0000000 0x10000000>;
  28. };
  29. leds {
  30. --
  31. 2.32.0