From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Gimpelevich Subject: Re: [PATCH] MIPS: implement a "bootargs-append" DT property Date: Mon, 13 Nov 2017 04:42:33 -0800 Message-ID: <1510576953.9806.1.camel@chimera> References: <1510420788-25184-1-git-send-email-daniel@gimpelevich.san-francisco.ca.us> <20171113112312.GZ15260@jhogan-linux> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-renesas-soc-owner@vger.kernel.org To: Geert Uytterhoeven Cc: James Hogan , Linux MIPS Mailing List , Rob Herring , Frank Rowand , "devicetree@vger.kernel.org" , Linux-Renesas List-Id: devicetree@vger.kernel.org On Mon, 2017-11-13 at 13:31 +0100, Geert Uytterhoeven wrote: > I've seen other use cases, e.g. the extension of the du node's > "clocks" and > "clock-names" properties from arch/arm64/boot/dts/renesas/r8a7795.dtsi > to > arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts. > > To avoid the proliferation of "-append" versions of existing > properties, what > about handling this in dtc, by adding support for an > "/append-property/" > keyword? That would not address use case #2 that I mentioned, where the dtb would have a "bootargs-append" property but no "bootargs" property.