mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 04:19:27 +01:00
Merge "ipq6018: Enable i2c1 to communicate with PMIC"
This commit is contained in:
commit
b36354d6d4
4 changed files with 5 additions and 2 deletions
|
|
@ -24,6 +24,7 @@
|
|||
pci0 = "/pci@20000000";
|
||||
usb0 = "/xhci@8a00000";
|
||||
usb1 = "/xhci@7000000";
|
||||
i2c1 = "/i2c@78ba000";
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <PORT_WRAPPER_PSGMII>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
aliases {
|
||||
console = "/serial@78B1000";
|
||||
usb0 = "/xhci@8a00000";
|
||||
i2c1 = "/i2c@78ba000";
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <PORT_WRAPPER_PSGMII>;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue