From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 10 Jun 2015 14:26:12 +0900 Subject: [U-Boot] [PATCH] odroid: dts: cleanup of MAX77686 regulators In-Reply-To: <1431964607-23302-1-git-send-email-p.marczak@samsung.com> References: <1431964607-23302-1-git-send-email-p.marczak@samsung.com> Message-ID: <5577CA74.3030206@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19/05/15 00:56, Przemyslaw Marczak wrote: > This commit cleanup MAX77686 regulator node by: > - remove the sub-nodes of unconnected regulators > - remove the "regulator-compatible" properties of all regulators > > This prevents printing init errors for the regulators, > with duplicated name strings. > > Signed-off-by: Przemyslaw Marczak > Cc: Minkyu Kang > --- > arch/arm/dts/exynos4412-odroid.dts | 80 +------------------------------------- > 1 file changed, 2 insertions(+), 78 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.