ARM: dts: imx: Remove 'compatible' from the pfuze nodes
authorFabio Estevam <festevam@denx.de>
Sun, 30 Jul 2023 13:35:50 +0000 (10:35 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 6 Aug 2023 12:15:00 +0000 (20:15 +0800)
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: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6q-bosch-acc.dts
arch/arm/boot/dts/nxp/imx/imx6ul-ccimx6ulsom.dtsi

index 8263bfef9bf85dc7eab5bfdebda6933af92644ec..02648806c2750861df3d0c61e40d28d3b5508de9 100644 (file)
                        };
 
                        sw3a_reg: sw3a {
-                               compatible = "regulator-fixed";
                                regulator-name = "DDR_1V5a";
                                regulator-boot-on;
                                regulator-always-on;
                        };
 
                        sw3b_reg: sw3b {
-                               compatible = "regulator-fixed";
                                regulator-name = "DDR_1V5b";
                                regulator-boot-on;
                                regulator-always-on;
index 7d1a391431bd9a16adc4578d9a9587c7378c0a35..4a03ea6d24dc6f0d532d10e60557e1c8b109e748 100644 (file)
                        };
 
                        vdda_adc_3v3: vldo1 {
-                               compatible = "regulator-fixed";
                                regulator-name = "vref-adc-3v3";
                                regulator-min-microvolt = <3300000>;
                                regulator-max-microvolt = <3300000>;