diff mbox series

[1/1] ARM: dts: mba6ulx: add missing vcc supplies to i2c devices

Message ID 20230421122053.1950640-1-alexander.stein@ew.tq-group.com
State New
Headers show
Series [1/1] ARM: dts: mba6ulx: add missing vcc supplies to i2c devices | expand

Commit Message

Alexander Stein April 21, 2023, 12:20 p.m. UTC
This fixes the warnings:
pca953x 3-0020: supply vcc not found, using dummy regulator
pca953x 3-0021: supply vcc not found, using dummy regulator
pca953x 3-0022: supply vcc not found, using dummy regulator
at24 3-0051: supply vcc not found, using dummy regulator

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 arch/arm/boot/dts/mba6ulx.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Shawn Guo May 14, 2023, 3:45 a.m. UTC | #1
On Fri, Apr 21, 2023 at 02:20:53PM +0200, Alexander Stein wrote:
> This fixes the warnings:
> pca953x 3-0020: supply vcc not found, using dummy regulator
> pca953x 3-0021: supply vcc not found, using dummy regulator
> pca953x 3-0022: supply vcc not found, using dummy regulator
> at24 3-0051: supply vcc not found, using dummy regulator
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/mba6ulx.dtsi b/arch/arm/boot/dts/mba6ulx.dtsi
index d08f525acfe5..e14fdee49ab7 100644
--- a/arch/arm/boot/dts/mba6ulx.dtsi
+++ b/arch/arm/boot/dts/mba6ulx.dtsi
@@ -238,6 +238,7 @@  expander_out0: gpio-expander@20 {
 		reg = <0x20>;
 		gpio-controller;
 		#gpio-cells = <2>;
+		vcc-supply = <&reg_mba6ul_3v3>;
 	};
 
 	expander_in0: gpio-expander@21 {
@@ -251,6 +252,7 @@  expander_in0: gpio-expander@21 {
 		#interrupt-cells = <2>;
 		gpio-controller;
 		#gpio-cells = <2>;
+		vcc-supply = <&reg_mba6ul_3v3>;
 
 		enet1_int-hog {
 			gpio-hog;
@@ -270,6 +272,7 @@  expander_out1: gpio-expander@22 {
 		reg = <0x22>;
 		gpio-controller;
 		#gpio-cells = <2>;
+		vcc-supply = <&reg_mba6ul_3v3>;
 	};
 
 	analog_touch: touchscreen@41 {
@@ -303,6 +306,7 @@  se97b: eeprom@51 {
 		compatible = "nxp,se97b", "atmel,24c02";
 		reg = <0x51>;
 		pagesize = <16>;
+		vcc-supply = <&reg_mba6ul_3v3>;
 	};
 };