mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
arm64: dts: mt8183: add supply name for eeprom
Add supplies for eeprom for mt8183 boards. Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> Link: https://lore.kernel.org/r/20210527075556.1709140-5-hsinyi@chromium.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
946437cfb0
commit
7e149fd834
|
|
@ -88,11 +88,13 @@ &i2c2 {
|
|||
pinctrl-0 = <&i2c2_pins>;
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
vbus-supply = <&mt6358_vcamio_reg>;
|
||||
|
||||
eeprom@58 {
|
||||
compatible = "atmel,24c32";
|
||||
reg = <0x58>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <&mt6358_vcama2_reg>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -101,11 +103,13 @@ &i2c4 {
|
|||
pinctrl-0 = <&i2c4_pins>;
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
vbus-supply = <&mt6358_vcn18_reg>;
|
||||
|
||||
eeprom@54 {
|
||||
compatible = "atmel,24c32";
|
||||
reg = <0x54>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <&mt6358_vcn18_reg>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -62,11 +62,13 @@ &i2c2 {
|
|||
pinctrl-0 = <&i2c2_pins>;
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
vbus-supply = <&mt6358_vcamio_reg>;
|
||||
|
||||
eeprom@58 {
|
||||
compatible = "atmel,24c64";
|
||||
reg = <0x58>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <&mt6358_vcamio_reg>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -75,11 +77,13 @@ &i2c4 {
|
|||
pinctrl-0 = <&i2c4_pins>;
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
vbus-supply = <&mt6358_vcn18_reg>;
|
||||
|
||||
eeprom@54 {
|
||||
compatible = "atmel,24c64";
|
||||
reg = <0x54>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <&mt6358_vcn18_reg>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -71,11 +71,13 @@ &i2c2 {
|
|||
pinctrl-0 = <&i2c2_pins>;
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
vbus-supply = <&mt6358_vcamio_reg>;
|
||||
|
||||
eeprom@58 {
|
||||
compatible = "atmel,24c32";
|
||||
reg = <0x58>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <&mt6358_vcama2_reg>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -84,11 +86,13 @@ &i2c4 {
|
|||
pinctrl-0 = <&i2c4_pins>;
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
vbus-supply = <&mt6358_vcn18_reg>;
|
||||
|
||||
eeprom@54 {
|
||||
compatible = "atmel,24c32";
|
||||
reg = <0x54>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <&mt6358_vcn18_reg>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user