Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0506b298 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

ARM: at91: declare the at91rm9200 memory controller as a syscon



The at91rm9200 memory controller is not simply an SDRAM controller. It also
controls the EBI (External Bus Interface), the SMC (Static Memory Controller)and
the Burst Flash Controller.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 985eba3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -98,7 +98,7 @@ Example:
	};
	};


RAMC SDRAM/DDR Controller required properties:
RAMC SDRAM/DDR Controller required properties:
- compatible: Should be "atmel,at91rm9200-sdramc",
- compatible: Should be "atmel,at91rm9200-sdramc", "syscon"
			"atmel,at91sam9260-sdramc",
			"atmel,at91sam9260-sdramc",
			"atmel,at91sam9g45-ddramc",
			"atmel,at91sam9g45-ddramc",
			"atmel,sama5d3-ddramc",
			"atmel,sama5d3-ddramc",
+1 −1
Original line number Original line Diff line number Diff line
@@ -92,7 +92,7 @@
			};
			};


			ramc0: ramc@ffffff00 {
			ramc0: ramc@ffffff00 {
				compatible = "atmel,at91rm9200-sdramc";
				compatible = "atmel,at91rm9200-sdramc", "syscon";
				reg = <0xffffff00 0x100>;
				reg = <0xffffff00 0x100>;
			};
			};