]> Git Repo - linux.git/commitdiff
ARM: dts: imx6sll: Remove regulator-3p0 unit address
authorFabio Estevam <[email protected]>
Fri, 25 Oct 2024 01:08:53 +0000 (22:08 -0300)
committerShawn Guo <[email protected]>
Sat, 2 Nov 2024 03:26:05 +0000 (11:26 +0800)
According to imx-thermal.yaml, the anatop regulators should not
contain unit-address/reg entries.

Change it accordingly.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/boot/dts/nxp/imx/imx6sll.dtsi

index 080d3fb14adf04891299a2dba1483be40fbb8424..27019c750167873a4efca66f79349a17d7d0f375 100644 (file)
                                interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
                                             <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
-                               #address-cells = <1>;
-                               #size-cells = <0>;
 
-                               reg_3p0: regulator-3p0@20c8120 {
+                               reg_3p0: regulator-3p0 {
                                        compatible = "fsl,anatop-regulator";
-                                       reg = <0x20c8120>;
                                        regulator-name = "vdd3p0";
                                        regulator-min-microvolt = <2625000>;
                                        regulator-max-microvolt = <3400000>;
This page took 0.057987 seconds and 4 git commands to generate.