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=-6.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 5B663C2D0A3 for ; Wed, 4 Nov 2020 12:54:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EDEB722243 for ; Wed, 4 Nov 2020 12:54:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="EsKUCE7b" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729783AbgKDMya (ORCPT ); Wed, 4 Nov 2020 07:54:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728922AbgKDMya (ORCPT ); Wed, 4 Nov 2020 07:54:30 -0500 Received: from mail-qv1-xf41.google.com (mail-qv1-xf41.google.com [IPv6:2607:f8b0:4864:20::f41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8AABC0613D3; Wed, 4 Nov 2020 04:54:29 -0800 (PST) Received: by mail-qv1-xf41.google.com with SMTP id w5so9792376qvn.12; Wed, 04 Nov 2020 04:54:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=aaoPyHQr0cPiwfyXd4SwqQlNAqewngLFSD71o+gpBk0=; b=EsKUCE7bDFIOK1XZpuqDzoKCBG9T1Es4UOF9Iqi2bIg355tXglj7fBqIFX+EzBkFZ7 UVx9OslU+s2wfLngSY7l1Hrzt+TuETf46RnONfTQW97S8Ox/jRkfAUPYrE4GANlYNUw0 V9yUPyrNUUYQxxReCyYeONUt7UvZdr4bSUKjPsL4vIZ55wSLqmURvfGoyjJ5pl8x65Tf T2oicz0Uq4RuSgBxmNIbwsEsuj3DJ/ZkZi0PUpVBEl5P3eCVwvaslovGcj/GstHmeVUN DmgQZi2bGkpgU4RGrG0cRIiNAQ+zTLRjxKoVwPVAgIbwVreeW6rw7WEdoyygVmo5jhe1 TKFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=aaoPyHQr0cPiwfyXd4SwqQlNAqewngLFSD71o+gpBk0=; b=L/QuRUFwYSvmJNafnD+AEyz7gHeHvgxvluiB6xCWtJkYpP8Gh4oj/PGBE5DNxPfEkG XZs3wd1lQi28onQOe/Sc6Vt/hKTXMYMTXx3VqXWp6zovqrOxucU966AuKapNMCUcEjpq 4CGq/SW1R4ZVOUxMhf5iJJk5uUUSL94uBxuwVCdP4H/50O/8KL6btD0x0g5a+lfO8Bm2 hq5w3AV1/rNcLkB6+R85WRsujMaFq/jJWvB8UjXCjTINQN/K366X2Yq/Tsjl+zb5mDPy /wQuGx75vAffFl7SOQu71JN6KZgibEAQANScvFasGpo5fJa0Zm/H0l5uwKh4apQtvMJr nIjg== X-Gm-Message-State: AOAM532kXCvMWtqLUnTuFmwwoE79CrtTttXIfKlqw1PHTr6mz/4q8iA+ 9UO7HrRBKyFv0Dj8QF8ChwU= X-Google-Smtp-Source: ABdhPJxDLgFqKpH/7d5VPCNisMEYINH8ux0fRiQaomKXpe5N+o8eCyaMoJSxd/3QJMDqxdgWjbRsWQ== X-Received: by 2002:a0c:e346:: with SMTP id a6mr33477974qvm.9.1604494469117; Wed, 04 Nov 2020 04:54:29 -0800 (PST) Received: from ubuntu (ool-45785633.dyn.optonline.net. [69.120.86.51]) by smtp.gmail.com with ESMTPSA id o19sm2465010qko.3.2020.11.04.04.54.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Nov 2020 04:54:28 -0800 (PST) Date: Wed, 4 Nov 2020 07:54:26 -0500 From: Vivek Unune To: Florian Fainelli Cc: bcm-kernel-feedback-list@broadcom.com, florian.fainelli@broadcom.com, Hauke Mehrtens , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Rob Herring , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ARM: dts: BCM5301X: Linksys EA9500 add fixed partitions Message-ID: <20201104125426.GA3470@ubuntu> References: <20201101200804.2460-1-npcomplete13@gmail.com> <20201104034159.565501-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201104034159.565501-1-f.fainelli@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Nov 03, 2020 at 07:41:59PM -0800, Florian Fainelli wrote: > On Sun, 1 Nov 2020 15:08:03 -0500, Vivek Unune wrote: > > This router has dual paritions to store trx firmware image and > > dual partitions for nvram. The second one in each of these cases acts > > as a backup store. > > > > When tested with OpenWrt, the default partition parser causes two issues: > > > > 1. It labels both nvram partitions as nvram. In factory, second one is > > labeled devinfo. > > 2. It parses second trx image and tries to create second 'linux' partition > > and fails with - cannot create duplicate 'linux' partition > > > > The following patch works around both of these issues. > > > > Signed-off-by: Vivek Unune > > --- > > Applied to devicetree/next, thanks! > -- > Florian Thanks Florian