Commit 4b4c822e authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx: Remove 'compatible' from the pfuze nodes



Passing the 'compatible' property inside the pfuze100 regulator nodes
is not allowed per pfuze100.yaml and results in the following
warning:

imx6q-bosch-acc.dtb: pmic@8: regulators:sw3a: Unevaluated properties are not allowed ('compatible' was unexpected)

Remove it.

Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d54bcc3a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -314,7 +314,6 @@
			};

			sw3a_reg: sw3a {
				compatible = "regulator-fixed";
				regulator-name = "DDR_1V5a";
				regulator-boot-on;
				regulator-always-on;
@@ -322,7 +321,6 @@
			};

			sw3b_reg: sw3b {
				compatible = "regulator-fixed";
				regulator-name = "DDR_1V5b";
				regulator-boot-on;
				regulator-always-on;
+0 −1
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@
			};

			vdda_adc_3v3: vldo1 {
				compatible = "regulator-fixed";
				regulator-name = "vref-adc-3v3";
				regulator-min-microvolt = <3300000>;
				regulator-max-microvolt = <3300000>;