OSDN Git Service

ARM: dts: rockchip: Update regulator name for PX3
authorChris Morgan <macromorgan@hotmail.com>
Thu, 3 Mar 2022 20:39:57 +0000 (14:39 -0600)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 5 Mar 2022 17:17:08 +0000 (18:17 +0100)
The regulator name of SWITCH_REG1 does not match any other board
with a rk818 PMIC, nor does it correspond to a regulator in the
rk808-regulator driver. Changing name to SWITCH_REG which is
consistent with other boards and is in the driver.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/20220303203958.4904-4-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3188-px3-evb.dts

index 39c6042..fc478ac 100644 (file)
                                regulator-name = "wl_18";
                        };
 
-                       lcd_33: SWITCH_REG1 {
+                       lcd_33: SWITCH_REG {
                                regulator-name = "lcd_33";
                        };
                };