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
babcff4b
Commit
babcff4b
authored
1 month ago
by
Tobias Kahlki
Browse files
Options
Downloads
Patches
Plain Diff
[E81][DTS] Fix broken regulators in common devicetree
parent
2d310366
No related branches found
No related tags found
2 merge requests
!13
Merge E81 development branch into trunk
,
!6
Add eDP support for E81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/seco/include/e81-common.dtsi
+2
-4
2 additions, 4 deletions
arch/arm64/boot/dts/seco/include/e81-common.dtsi
with
2 additions
and
4 deletions
arch/arm64/boot/dts/seco/include/e81-common.dtsi
+
2
−
4
View file @
babcff4b
...
...
@@ -113,7 +113,7 @@ reg_2v5_run: 2v5_run {
//vin-supply = <&vreg_l11c_3p3>;
vin-supply = <®_5v_run>;
};
/*
reg_0v9_qps: 0v9_qps {
compatible = "regulator-fixed";
regulator-name = "0V9_QPS";
...
...
@@ -134,10 +134,8 @@ reg_1v8_qps: 1v8_qps {
gpio = <&pm8350c_gpios 3 GPIO_ACTIVE_HIGH>;
enable-active-high;
regulator-enable-ramp-delay = <10000>;
//vin-supply = <®_5v_run>;
vin-supply = <®_0v9_qps>; // lie
};
*/
/*
// regulator for reset???
// copied from qcom/qcs6490-addons-rb3gen2.dtsi
...
...
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