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
3
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
Merge requests
!26
[E81][B79][DTB] Add device trees for E81 on B79 with dual-LVDS display
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[E81][B79][DTB] Add device trees for E81 on B79 with dual-LVDS display
seco_v6.6_QLI.1.3-Ver.1.1_g156hce
into
seco_v6.6_QLI.1.3-Ver.1.1
Overview
0
Commits
3
Pipelines
0
Changes
4
Merged
Dietmar Muscholik
requested to merge
seco_v6.6_QLI.1.3-Ver.1.1_g156hce
into
seco_v6.6_QLI.1.3-Ver.1.1
4 days ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
This was too easy...
0
0
Merge request reports
Compare
version 1
version 2
2a62a1d7
4 days ago
version 1
f9f220ab
4 days ago
seco_v6.6_QLI.1.3-Ver.1.1 (base)
and
version 2
latest version
04cc4300
3 commits,
3 days ago
version 2
2a62a1d7
2 commits,
4 days ago
version 1
f9f220ab
2 commits,
4 days ago
Show latest version
2 files
+
55
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
arch/arm64/boot/dts/seco/include/baseboard-e81-b79.dtsi
+
14
−
0
Options
@@ -85,6 +85,16 @@ reg_3v3_aud: 3v3_aud {
regulator-always-on;
};
reg_3v3_sdcard: reg_3v3_sdcard {
compatible = "regulator-fixed";
regulator-name = "3.3V_SDCARD";
vin-supply = <®_3v3_a>;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&stm32 21 GPIO_ACTIVE_HIGH>;
regulator-always-on;
enable-active-high;
};
};
&stm32 {
@@ -145,4 +155,8 @@ eeprom: eeprom@57 {
};
};
&sdhc_2 {
status = "okay";
};
#endif
Loading