From 01d11d50d3f98e1da31d71b947458a579335de86 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 2 Aug 2019 13:01:57 -0500 Subject: [PATCH] dts: nios2: Remove device_type = "memory" from SRAM nodes The true mmio-sram nodes should not have had a 'device_type' property. Remove it from the cases that we clearly know are SRAM. Signed-off-by: Kumar Gala --- dts/nios2/nios2-qemu.dtsi | 1 - dts/nios2/nios2f.dtsi | 1 - 2 files changed, 2 deletions(-) diff --git a/dts/nios2/nios2-qemu.dtsi b/dts/nios2/nios2-qemu.dtsi index b2ad7b13253..62d9a0673a4 100644 --- a/dts/nios2/nios2-qemu.dtsi +++ b/dts/nios2/nios2-qemu.dtsi @@ -21,7 +21,6 @@ }; sram0: memory@400000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x400000 0x20000>; }; diff --git a/dts/nios2/nios2f.dtsi b/dts/nios2/nios2f.dtsi index 066492dc20e..dbb63a185a0 100644 --- a/dts/nios2/nios2f.dtsi +++ b/dts/nios2/nios2f.dtsi @@ -22,7 +22,6 @@ }; sram0: memory@400000 { - device_type = "memory"; compatible = "mmio-sram"; reg = <0x400000 0x20000>; };