Hi Fabio,
Fabio Estevam [off-list ref] hat am 5. Juni 2016 um 16:00 geschrieben:
On Sun, Jun 5, 2016 at 10:51 AM, Stefan Wahren [off-list ref] wrote:
quoted
This patch adds the missing reg properties for the regulator nodes
in order to fix the dtc warnings.
Signed-off-by: Stefan Wahren <redacted>
---
arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi
b/arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi
index 8859474..581e85f 100644
--- a/arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi
+++ b/arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi
@@ -84,6 +84,7 @@
reg_3p3v: regulator at 0 {
compatible = "regulator-fixed";
+ reg = <0>;
The proper fix here would be to remove "@0" instead.
in this case many other mxs boards are wrong.