Merge "ipq807x: Enabled the i2c support"

This commit is contained in:
Linux Build Service Account 2017-05-28 07:34:05 -07:00 committed by Gerrit - the friendly Code Review server
commit 7ba716433f
2 changed files with 19 additions and 0 deletions

View file

@ -22,6 +22,7 @@
aliases {
console = "/serial@78B3000";
i2c0 = "/i2c@78b6000";
};
};

View file

@ -225,6 +225,24 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0x78b6000 0x600>;
clock-frequency = <100000>;
i2c_gpio {
gpio1 {
gpio = <42>;
func = <2>;
pull = <GPIO_NO_PULL>;
oe = <GPIO_OE_ENABLE>;
};
gpio2 {
gpio = <43>;
func = <2>;
pull = <GPIO_NO_PULL>;
oe = <GPIO_OE_ENABLE>;
};
};
};
pci@20000000 {