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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 811BAC43334 for ; Mon, 18 Jul 2022 19:15:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DB21A83E16; Mon, 18 Jul 2022 21:15:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id E41E883E4C; Mon, 18 Jul 2022 21:15:21 +0200 (CEST) Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B6C2382119 for ; Mon, 18 Jul 2022 21:15:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=robherring2@gmail.com Received: by mail-il1-f174.google.com with SMTP id w16so6065438ilh.0 for ; Mon, 18 Jul 2022 12:15:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=OQ2q0XPtbhdDAfmXDFLPzNTItqEfIgwYo8BHW9R3MfY=; b=jz96fE7lvImklNzFBgSPbXp+G5zTBnFlGjBJcNVpbxrMywL84I/m4dHeqkLYZqM7V3 rT2Ul4nSHnDVcPhMK06TnEVCPQkEC652qhRyt0hervqQD5vLU/FSCUAOQcjAGM5H/pF8 8RtJpudPq7hNoAwcqvCBHH7I0UNNKh3eikTLmnmfeLgIeE8FHzKvOBFkC4B6l9k9X9PX MolytNUZvm6ioz8ug2G43VZe4zKRUr7zhXjME49yFxtHQryp6mTpnKxWuYtDQPUcSEh5 y09Tkd46wcvwf44mLXgUeeVdcPVVOSY/lpnZ1Tazm5b/GmOvJU8diG7dhQctzYVEihsV fQgw== X-Gm-Message-State: AJIora9v2oGAy/21cbusE5zZaKNSMQHZqeh2B6VxGQqwjQcw2cINIjkL 70CtOVHHCgtuHh9UZSMIaQ== X-Google-Smtp-Source: AGRyM1ve70yIXqMpeLWi7yVQdpteGvqMDlMDjRmArBpu+KPLnLSj++gQ5cq8zqeU4X5SbM+lo0rYmg== X-Received: by 2002:a05:6e02:180f:b0:2dc:7a7d:54e1 with SMTP id a15-20020a056e02180f00b002dc7a7d54e1mr14296819ilv.15.1658171718316; Mon, 18 Jul 2022 12:15:18 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id o15-20020a056602124f00b0067c291212e9sm308126iou.9.2022.07.18.12.15.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Jul 2022 12:15:17 -0700 (PDT) Received: (nullmailer pid 3375662 invoked by uid 1000); Mon, 18 Jul 2022 19:15:16 -0000 Date: Mon, 18 Jul 2022 13:15:16 -0600 From: Rob Herring To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Miquel Raynal , u-boot@lists.denx.de, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Vignesh Raghavendra , Rob Herring , bcm-kernel-feedback-list@broadcom.com, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Richard Weinberger , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: mtd: partitions: add binding for U-Boot bootloader Message-ID: <20220718191516.GA3375625-robh@kernel.org> References: <20220711153041.6036-1-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220711153041.6036-1-zajec5@gmail.com> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Mon, 11 Jul 2022 17:30:40 +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > Right now there is no (known) real reason for a custom binding for > standard U-Boot partitions. Broadcom's U-Boot however requires extra > handling - looking for environment variables subblocks. This commit adds > Broadcom specific binding. > > Signed-off-by: Rafał Miłecki > --- > .../bindings/mtd/partitions/u-boot.yaml | 49 +++++++++++++++++++ > 1 file changed, 49 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/partitions/u-boot.yaml > Reviewed-by: Rob Herring