Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-seco-qcom
Manage
Activity
Members
Labels
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
qualcomm
linux-seco-qcom
Commits
a25c750c
Commit
a25c750c
authored
2 months ago
by
Dietmar Muscholik
Committed by
Oleksii Kutuzov
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[E81][B79] Add regulators for 5v_a and 3v_a, and hog-gpios for USB
parent
23324106
No related branches found
No related tags found
1 merge request
!13
Merge E81 development branch into trunk
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/seco/include/qcs6490-e81-b79.dtsi
+34
-0
34 additions, 0 deletions
arch/arm64/boot/dts/seco/include/qcs6490-e81-b79.dtsi
with
34 additions
and
0 deletions
arch/arm64/boot/dts/seco/include/qcs6490-e81-b79.dtsi
+
34
−
0
View file @
a25c750c
...
...
@@ -36,6 +36,14 @@ reg_3v3: 3v3 {
regulator-always-on;
};
reg_3v3_a: 3v3_a {
compatible = "regulator-fixed";
regulator-name = "3V3_A";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
reg_3v3_s: 3v3_s {
compatible = "regulator-fixed";
regulator-name = "3V3_S";
...
...
@@ -44,6 +52,14 @@ reg_3v3_s: 3v3_s {
regulator-always-on;
};
reg_5v_a: 5v_a {
compatible = "regulator-fixed";
regulator-name = "5V_A";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
};
reg_5v_s: 5v_s {
compatible = "regulator-fixed";
regulator-name = "5V_S";
...
...
@@ -71,4 +87,22 @@ reg_3v3_aud: 3v3_aud {
};
&stm32 {
gpio_usb1_en_oc_n {
gpio-hog;
gpios = <USB1_EN_OC_N_PIN (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
output-low;
};
gpio_usb2_en_oc_n {
gpio-hog;
gpios = <USB2_EN_OC_N_PIN (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
output-low;
};
gpio_usb3_en_oc_n {
gpio-hog;
gpios = <USB3_EN_OC_N_PIN (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
output-low;
};
};
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment