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

Commit 7f0f5460 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: add missing compatible string for SDRAM controller



Add "altr,sdr-ctl" to the SDRAM controller node.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 984442b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -778,7 +778,7 @@
		};

		sdr: sdr@ffc25000 {
			compatible = "syscon";
			compatible = "altr,sdr-ctl", "syscon";
			reg = <0xffc25000 0x1000>;
		};

+1 −1
Original line number Diff line number Diff line
@@ -595,7 +595,7 @@
		};

		sdr: sdr@ffc25000 {
			compatible = "syscon";
			compatible = "altr,sdr-ctl", "syscon";
			reg = <0xffcfb100 0x80>;
		};