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 @@ ...@@ -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_amixsai: sound-amix-sai { sound_amixtx: 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 |
......
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