arm64: dts: apq8016-sbc: enable i2c buses on LS and HS
This patch enables i2c buses on low speed and high speed expansion connectors on DB410C. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <agross@codeaurora.org>
This commit is contained in:
parent
7f5b092168
commit
7c6764b052
|
@ -34,6 +34,21 @@
|
||||||
pinctrl-1 = <&blsp1_uart2_sleep>;
|
pinctrl-1 = <&blsp1_uart2_sleep>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i2c@78b6000 {
|
||||||
|
/* On Low speed expansion */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@78b8000 {
|
||||||
|
/* On High speed expansion */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c@78ba000 {
|
||||||
|
/* On Low speed expansion */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&msmgpio_leds>,
|
pinctrl-0 = <&msmgpio_leds>,
|
||||||
|
|
Loading…
Reference in New Issue