From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaedon Shin Subject: [PATCH 1/2] MIPS: BMIPS: dts: remove unsupported entry for bcm7362 Date: Fri, 8 May 2015 21:59:17 +0900 Message-ID: <1431089958-2626-2-git-send-email-jaedon.shin@gmail.com> References: <1431089958-2626-1-git-send-email-jaedon.shin@gmail.com> Return-path: In-Reply-To: <1431089958-2626-1-git-send-email-jaedon.shin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ralf Baechle Cc: Kevin Cernekee , Florian Fainelli , linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jaedon Shin List-Id: devicetree@vger.kernel.org Remove unsupported memory entry for the bcm7362 platform. The BMIPS4380 processor only supports ZONE_NORMAL is not available for HIGHMEM. Signed-off-by: Jaedon Shin --- arch/mips/boot/dts/brcm/bcm97362svmb.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/brcm/bcm97362svmb.dts b/arch/mips/boot/dts/brcm/bcm97362svmb.dts index b7b88e5dc9e7..ab8b01fa7dcf 100644 --- a/arch/mips/boot/dts/brcm/bcm97362svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97362svmb.dts @@ -8,7 +8,7 @@ memory@0 { device_type = "memory"; - reg = <0x00000000 0x10000000>, <0x20000000 0x30000000>; + reg = <0x00000000 0x10000000>; }; chosen { -- 2.4.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html