Skip to content

Commit

Permalink
Minor DTS fixups
Browse files Browse the repository at this point in the history
Doesn't fix the USB issue though.

Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com>
  • Loading branch information
Tofee authored and shr-project committed Aug 8, 2022
1 parent c181206 commit d7b1b27
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions arch/arm/boot/dts/qcom-apq8060-tenderloin.dts
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@
bias-pull-down;
};
l6 {
regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3600000>;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
bias-pull-down;
};
l7 {
Expand Down Expand Up @@ -664,10 +664,11 @@
s1 {
// regulator-min-microvolt = <800000>;
// regulator-max-microvolt = <1325000>;
regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>;
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1320000>;
qcom,switch-mode-frequency = <1600000>;
bias-pull-down;
regulator-always-on;
};
s2 {
// 1.3 V according to schematic
Expand Down Expand Up @@ -875,6 +876,18 @@
};
#endif

&gsbi12 {
status = "okay";
};

&gsbi12_serial {
status = "okay";
};

&gsbi12_i2c {
status = "okay";
};

&gsbi7 {
status = "okay";
qcom,mode = <GSBI_PROT_I2C>;
Expand Down

0 comments on commit d7b1b27

Please sign in to comment.