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

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

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Dinh Nguyen 2016-12-20 00:01:48 -06:00
parent 984442b72c
commit 7f0f5460d4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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