From: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx> Add the OCRAM ECC node following the Arria10 format. Signed-off-by: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index 8253a1a9e985..a625dc472b91 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -494,6 +494,13 @@ interrupts = <16 4>, <48 4>; }; + ocram-ecc@ff8cc000 { + compatible = "altr,socfpga-a10-ocram-ecc"; + reg = <0xff8cc000 0x100>; + interrupts = <1 4>, + <33 4>; + }; + usb0-ecc@ff8c4000 { compatible = "altr,socfpga-usb-ecc"; reg = <0xff8c4000 0x100>; -- 2.7.4