Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
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
nxp
linux-seco-imx
Commits
aa2f033c
Commit
aa2f033c
authored
10 months ago
by
Gianfranco Mariotti
Committed by
Michele Cirinei
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[C43] nonfunctional: move elements out of regulators section
parent
ff66e977
No related branches found
No related tags found
1 merge request
!160
[C43] add PCIe M.2 Key {E,B} W_DISABLE# support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/seco/seco-imx8qm-c43.dts
+51
-54
51 additions, 54 deletions
arch/arm64/boot/dts/seco/seco-imx8qm-c43.dts
with
51 additions
and
54 deletions
arch/arm64/boot/dts/seco/seco-imx8qm-c43.dts
+
51
−
54
View file @
aa2f033c
...
@@ -100,14 +100,6 @@
...
@@ -100,14 +100,6 @@
#address-cells = <1>;
#address-cells = <1>;
#size-cells = <0>;
#size-cells = <0>;
modem_reset: modem-reset {
compatible = "gpio-reset";
reset-gpios = <&lsio_gpio4 25 GPIO_ACTIVE_LOW>;
reset-delay-us = <2000>;
reset-post-delay-ms = <40>;
#reset-cells = <0>;
};
reg_usdhc2_vmmc: usdhc2_vmmc {
reg_usdhc2_vmmc: usdhc2_vmmc {
compatible = "regulator-fixed";
compatible = "regulator-fixed";
regulator-name = "sw-3p3-sd1";
regulator-name = "sw-3p3-sd1";
...
@@ -133,6 +125,14 @@
...
@@ -133,6 +125,14 @@
regulator-max-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
};
reg_1p8v: regulator-1p8v {
compatible = "regulator-fixed";
regulator-name = "1P8V";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
reg_usb_hsic_rst: usb_hsicrst {
reg_usb_hsic_rst: usb_hsicrst {
compatible = "regulator-fixed";
compatible = "regulator-fixed";
regulator-name = "HSIC RST";
regulator-name = "HSIC RST";
...
@@ -259,62 +259,61 @@
...
@@ -259,62 +259,61 @@
regulator-boot-on;
regulator-boot-on;
regulator-always-on;
regulator-always-on;
};
};
};
sys_mclk: clock-mclk {
modem_reset: modem-reset {
compatible = "fixed-clock";
compatible = "gpio-reset";
#clock-cells = <0>;
reset-gpios = <&lsio_gpio4 25 GPIO_ACTIVE_LOW>;
clock-frequency = <22579200>;
reset-delay-us = <2000>;
};
reset-post-delay-ms = <40>;
#reset-cells = <0>;
osc_27m: clock_27m {
};
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <27000000>;
clock-output-names = "osc_27m";
};
reg_1p8v: regulator-1p8v {
sys_mclk: clock-mclk {
compatible = "regulator-fixed";
compatible = "fixed-clock";
regulator-name = "1P8V";
#clock-cells = <0>;
regulator-min-microvolt = <1800000>;
clock-frequency = <22579200>;
regulator-max-microvolt = <1800000>;
};
regulator-always-on;
};
sound {
osc_27m: clock_27m {
compatible = "simple-audio-card";
compatible = "fixed-clock";
simple-audio-card,format = "i2s";
#clock-cells = <0>;
simple-audio-card,name = "seco-tlv320";
clock-frequency = <27000000>;
simple-audio-card,frame-master = <&cpudai>;
clock-output-names = "osc_27m";
simple-audio-card,bitclock-master = <&cpudai>;
};
status = "okay";
cpudai: simple-audio-card,cpu {
sound {
sound-dai = <&sai1>;
compatible = "simple-audio-card";
};
simple-audio-card,format = "i2s";
simple-audio-card,name = "seco-tlv320";
simple-audio-card,frame-master = <&cpudai>;
simple-audio-card,bitclock-master = <&cpudai>;
status = "okay";
simple-audio-card,codec {
cpudai: simple-audio-card,cpu {
sound-dai = <&tlvcodec>;
sound-dai = <&sai1>;
frame-master;
bitclock-master;
system-clock-frequency = <24576000>;
};
};
};
sound_amixtx: sound-amix-tx {
simple-audio-card,codec {
sound-dai = <&tlvcodec>;
frame-master;
bitclock-master;
system-clock-frequency = <24576000>;
};
};
};
sound_amix
sai
: sound-amix-
sai
{
sound_amix
tx
: sound-amix-
tx
{
};
};
sound_hdmiarc: sound-hdmi-arc {
sound_amixsai: sound-amix-sai {
};
};
sound_hdmirx: sound-hdmi-rx {
};
sound_hdmiarc: sound-hdmi-arc {
};
};
sound_hdmirx: sound-hdmi-rx {
};
edp_backlight: edp_backlight@0 {
edp_backlight: edp_backlight@0 {
compatible = "pwm-backlight";
compatible = "pwm-backlight";
pwms = <&pwm3 0 100000 0>;
pwms = <&pwm3 0 100000 0>;
...
@@ -340,12 +339,10 @@
...
@@ -340,12 +339,10 @@
#size-cells = <1>;
#size-cells = <1>;
};
};
};
};
/* __________________________________________________________________________
/* __________________________________________________________________________
* | |
* | |
* | UART |
* | UART |
...
...
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