From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Wed, 28 Nov 2018 11:34:37 +0800 Subject: [PATCH 12/77] ARM: dts: sun5i: Change pinctrl nodes to avoid warning In-Reply-To: <96b9e11cde1c12e1bc05a5d60e0381f7ac25cd89.1543321707.git-series.maxime.ripard@bootlin.com> References: <96b9e11cde1c12e1bc05a5d60e0381f7ac25cd89.1543321707.git-series.maxime.ripard@bootlin.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Nov 27, 2018 at 8:46 PM Maxime Ripard wrote: > > All our pinctrl nodes were using a node name convention with a unit-address > to differentiate the different muxing options. However, since those nodes > didn't have a reg property, they were generating warnings in DTC. > > In order to accomodate for this, convert the old nodes to the syntax we've > been using for the new SoCs, including removing the letter suffix of the > node labels to the bank of those pins to make things more readable. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai