Skip to content
Snippets Groups Projects
Commit aa2f033c authored by Gianfranco Mariotti's avatar Gianfranco Mariotti Committed by Michele Cirinei
Browse files

[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
......@@ -100,14 +100,6 @@
#address-cells = <1>;
#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 {
compatible = "regulator-fixed";
regulator-name = "sw-3p3-sd1";
......@@ -133,6 +125,14 @@
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 {
compatible = "regulator-fixed";
regulator-name = "HSIC RST";
......@@ -259,62 +259,61 @@
regulator-boot-on;
regulator-always-on;
};
};
sys_mclk: clock-mclk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <22579200>;
};
osc_27m: clock_27m {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <27000000>;
clock-output-names = "osc_27m";
};
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_1p8v: regulator-1p8v {
compatible = "regulator-fixed";
regulator-name = "1P8V";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
sys_mclk: clock-mclk {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <22579200>;
};
sound {
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";
osc_27m: clock_27m {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <27000000>;
clock-output-names = "osc_27m";
};
cpudai: simple-audio-card,cpu {
sound-dai = <&sai1>;
};
sound {
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 {
sound-dai = <&tlvcodec>;
frame-master;
bitclock-master;
system-clock-frequency = <24576000>;
};
cpudai: simple-audio-card,cpu {
sound-dai = <&sai1>;
};
sound_amixtx: sound-amix-tx {
simple-audio-card,codec {
sound-dai = <&tlvcodec>;
frame-master;
bitclock-master;
system-clock-frequency = <24576000>;
};
};
sound_amixsai: sound-amix-sai {
};
sound_amixtx: sound-amix-tx {
};
sound_hdmiarc: sound-hdmi-arc {
};
sound_hdmirx: sound-hdmi-rx {
};
sound_amixsai: sound-amix-sai {
};
sound_hdmiarc: sound-hdmi-arc {
};
sound_hdmirx: sound-hdmi-rx {
};
edp_backlight: edp_backlight@0 {
compatible = "pwm-backlight";
pwms = <&pwm3 0 100000 0>;
......@@ -340,12 +339,10 @@
#size-cells = <1>;
};
};
/* __________________________________________________________________________
* | |
* | UART |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment