Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ lemans-evk-el2-dtbs := lemans-evk.dtb lemans-el2.dtbo

dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-el2.dtb

lemans-evk-mezzanine-dtbs := lemans-evk.dtb lemans-evk-mezzanine.dtbo
lemans-evk-ifp-mezzanine-dtbs := lemans-evk.dtb lemans-evk-ifp-mezzanine.dtbo

dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-mezzanine.dtb
dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-ifp-mezzanine.dtb
dtb-$(CONFIG_ARCH_QCOM) += monaco-evk.dtb

monaco-evk-el2-dtbs := monaco-evk.dtb monaco-el2.dtbo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,64 +9,26 @@
#include <dt-bindings/gpio/gpio.h>

&{/} {
model = "Qualcomm Technologies, Inc. Lemans-evk Mezzanine";
model = "Qualcomm Technologies, Inc. Lemans-evk IFP Mezzanine";

vreg_0p9: regulator-vreg-0p9 {
vreg_0p9: regulator-0v9 {
compatible = "regulator-fixed";
regulator-name = "VREG_0P9";

regulator-min-microvolt = <900000>;
regulator-max-microvolt = <900000>;
regulator-always-on;
regulator-boot-on;

vin-supply = <&vreg_3p3>;
};

vreg_1p8: regulator-vreg-1p8 {
vreg_1p8: regulator-1v8 {
compatible = "regulator-fixed";
regulator-name = "VREG_1P8";

regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
regulator-boot-on;

vin-supply = <&vreg_4p2>;
};

vreg_3p3: regulator-vreg-3p3 {
compatible = "regulator-fixed";
regulator-name = "VREG_3P3";

regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
regulator-boot-on;

vin-supply = <&vreg_4p2>;
};

vreg_4p2: regulator-vreg-4p2 {
compatible = "regulator-fixed";
regulator-name = "VREG_4P2";

regulator-min-microvolt = <4200000>;
regulator-max-microvolt = <4200000>;
regulator-always-on;
regulator-boot-on;

vin-supply = <&vreg_sys_pwr>;
};

vreg_sys_pwr: regulator-vreg-sys-pwr {
compatible = "regulator-fixed";
regulator-name = "VREG_SYS_PWR";

regulator-min-microvolt = <24000000>;
regulator-max-microvolt = <24000000>;
regulator-always-on;
regulator-boot-on;
};
};

Expand Down Expand Up @@ -292,10 +254,10 @@
tc9563_resx_n: tc9563-resx-state {
pins = "gpio140";
function = "gpio";

bias-disable;
input-disable;
output-enable;
power-source = <0>;
/* Reset pin of tc9563 is active low hence set default
* state of this pin to output-high.
*/
output-high;
};
};