From mboxrd@z Thu Jan 1 00:00:00 1970 From: wens@csie.org (Chen-Yu Tsai) Date: Wed, 28 Nov 2018 11:05:30 +0800 Subject: [PATCH 07/77] ARM: dts: sun5i: Remove SoC node unit-name to avoid warnings In-Reply-To: <003a6d6316bb1f6238556674ed162fd0b7e57456.1543321707.git-series.maxime.ripard@bootlin.com> References: <003a6d6316bb1f6238556674ed162fd0b7e57456.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: > > Our main node for all the in-SoC controllers used to have a unit name. The > unit-name, in addition to being actually false, would not match any reg > property, which generates a warning. > > Remove it in order to remove those warnings. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai