Re: [PATCH v5 2/5] arm64: dts: exynos: make tm2 and tm2e independent from each other
From: Andi Shyti
Date: Fri Jan 06 2017 - 08:54:41 EST
Hi Krzysztof,
> > -#include "exynos5433-tm2.dts"
> > +#include "exynos5433-tm2-common.dtsi"
> >
> > / {
> > model = "Samsung TM2E board";
>
> Where are the regulators?
No need, they were already overwriting the original property, so
with your suggestion they didn't change in tm2e. That's why I like
your suggestion.
Originally I added the 'regulator' label to not have empty nodes.
Andi