Merge "ipq6018: Enable i2c1 to communicate with PMIC"

This commit is contained in:
Linux Build Service Account 2019-06-11 18:38:23 -07:00 committed by Gerrit - the friendly Code Review server
commit b36354d6d4
4 changed files with 5 additions and 2 deletions

View file

@ -24,6 +24,7 @@
pci0 = "/pci@20000000";
usb0 = "/xhci@8a00000";
usb1 = "/xhci@7000000";
i2c1 = "/i2c@78ba000";
};
ess-switch {
switch_mac_mode = <PORT_WRAPPER_PSGMII>;

View file

@ -24,6 +24,7 @@
mmc = "/sdhci@7804000";
pci0 = "/pci@20000000";
usb0 = "/xhci@8a00000";
i2c1 = "/i2c@78ba000";
};
ess-switch {
switch_mac_mode = <PORT_WRAPPER_SGMII_PLUS>;

View file

@ -22,6 +22,7 @@
aliases {
console = "/serial@78B1000";
usb0 = "/xhci@8a00000";
i2c1 = "/i2c@78ba000";
};
ess-switch {
switch_mac_mode = <PORT_WRAPPER_PSGMII>;

View file

@ -255,11 +255,11 @@
};
};
i2c1: i2c@78b7000 {
i2c1: i2c@78ba000 {
compatible = "qcom,qup-i2c";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x78b7000 0x600>;
reg = <0x78ba000 0x600>;
clock-frequency = <400000>;
i2c_gpio {