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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C926DC04A94 for ; Mon, 31 Jul 2023 02:38:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229773AbjGaCij (ORCPT ); Sun, 30 Jul 2023 22:38:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbjGaCii (ORCPT ); Sun, 30 Jul 2023 22:38:38 -0400 Received: from out-101.mta0.migadu.com (out-101.mta0.migadu.com [IPv6:2001:41d0:1004:224b::65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4DCDD10C1; Sun, 30 Jul 2023 19:38:32 -0700 (PDT) Date: Mon, 31 Jul 2023 12:38:11 +1000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1690771110; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uhF9ae7sVYEWGeArURaJEEMWDyQUH8VQmSu9vlqpWUA=; b=lNBX0bXbxeY9vD+BAGHVD8mrDp7jZly7tcuxIl86W6Tk15NffKhfYUGVxQ4Pu3VVr2OaqY fYh9+ijpTWSOw231yBjByzsvlM+YCFXiSemJQLdrkI7AKYEo6t7sdq80c+VMRNVw3OEt0A V9Bhrg/9c+yX2v31W8Kl5Bauewq8w0lARWc+KhyOKQd83PYAdXwL4prtOIwuTvgeb26NP1 rDQUkmOrwe/hUFCUix/OhV+HmjgO8Wcm4Gw0mogQ20CVRgkGB9tGowGzdiarkTAWGqc2UK gY1cL2IRGmJHn2lCUkxuzFxqjSqpRGLAvaDthZKEASMhLcdVcY2P7/iNHFZu8g== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: John Watts To: Jernej =?utf-8?Q?=C5=A0krabec?= Cc: linux-sunxi@lists.linux.dev, Wolfgang Grandegger , Marc Kleine-Budde , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Samuel Holland , Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-can@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH v2 2/4] riscv: dts: allwinner: d1: Add CAN controller nodes Message-ID: References: <20230721221552.1973203-2-contact@jookia.org> <20230721221552.1973203-4-contact@jookia.org> <5694691.DvuYhMxLoT@jernej-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5694691.DvuYhMxLoT@jernej-laptop> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Jul 31, 2023 at 12:03:59AM +0200, Jernej Škrabec wrote: > Yes, that's usually how it's done. > > > > > I see this happening in sun4i-a10.dtsi for instance, but it also seems like > > it could become a problem when it comes to re-using the dtsi for newer chip > > variants. > > Properties can be either rewritten or deleted further down, so don't worry > about that. > > Best regards, > Jernej > > > > > John. Thanks for the feedback, I've sent a patch to address this. John.