From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8212EC33C8C for ; Mon, 6 Jan 2020 21:05:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E5122072C for ; Mon, 6 Jan 2020 21:05:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726930AbgAFVFN (ORCPT ); Mon, 6 Jan 2020 16:05:13 -0500 Received: from muru.com ([72.249.23.125]:50352 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726906AbgAFVFN (ORCPT ); Mon, 6 Jan 2020 16:05:13 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7509E80AA; Mon, 6 Jan 2020 21:05:53 +0000 (UTC) Date: Mon, 6 Jan 2020 13:05:09 -0800 From: Tony Lindgren To: "Matwey V. Kornilov" Cc: Robert Nelson , =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , "open list:OMAP DEVICE TREE SUPPORT" , "open list:OMAP DEVICE TREE SUPPORT" , open list Subject: Re: [PATCH] arm: dts: am335x-boneblack-common: fix memory size Message-ID: <20200106210509.GF5885@atomide.com> References: <20200106130909.7697-1-matwey@sai.msu.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Matwey V. Kornilov [200106 20:48]: > пн, 6 янв. 2020 г. в 23:44, Robert Nelson : > > > > On Mon, Jan 6, 2020 at 7:10 AM Matwey V. Kornilov wrote: > > > > > > BeagleBone Black series is equipped with 512MB RAM > > > whereas only 256MB is included from am335x-bone-common.dtsi > > > > FYI: While all versions from the factory are 512MB, some 3rd parties > > offered 1GB reballing upgrades.. So what's the conclusion, is it safe to bump the default size to 512MB then? The custom ones could use their own dts file if bootloader is not setting the RAM. Regards, Tony