Skip to content

Commit

Permalink
ARM: dts: apq8064: fix missing gsbi cell-index
Browse files Browse the repository at this point in the history
Without this i2c instance for missing cell-index nodes would fail, fix
it by adding correct cell-index.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
  • Loading branch information
Srinivas Kandagatla authored and Andy Gross committed Jul 27, 2015
1 parent 86e252a commit 504155c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/qcom-apq8064.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
gsbi3: gsbi@16200000 {
status = "disabled";
compatible = "qcom,gsbi-v1.0.0";
cell-index = <3>;
reg = <0x16200000 0x100>;
clocks = <&gcc GSBI3_H_CLK>;
clock-names = "iface";
Expand Down

0 comments on commit 504155c

Please sign in to comment.