Skip to content

Commit

Permalink
ipq806x: add gsbi2_i2c label
Browse files Browse the repository at this point in the history
gsbi2_i2c is used by the Meraki MR42 so we need to expose a label here.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
  • Loading branch information
clayface authored and hauke committed Nov 28, 2021
1 parent 771691e commit 6e5b8c6
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -86,6 +86,15 @@
compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
reg = <0x12490000 0x1000>,
<0x12480000 0x1000>;
@@ -261,7 +266,7 @@
status = "disabled";
};

- i2c@124a0000 {
+ gsbi2_i2c: i2c@124a0000 {
compatible = "qcom,i2c-qup-v1.1.1";
reg = <0x124a0000 0x1000>;
interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>;
@@ -326,7 +331,7 @@

syscon-tcsr = <&tcsr>;
Expand Down

0 comments on commit 6e5b8c6

Please sign in to comment.