Skip to content
Snippets Groups Projects
Commit a9287e43 authored by Angus Ainslie (Purism)'s avatar Angus Ainslie (Purism)
Browse files

arm64: dt: fsl: imx8mq-librem5-devkit: use the correct regulators


Use the 3v3 peripheral regulator instead of the pwr_en one

Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
parent 6d67e648
No related branches found
No related tags found
No related merge requests found
......@@ -467,6 +467,16 @@ magnetometer@1e {
vddio-supply = <&reg_3v3_p>;
};
sgtl5000: sgtl5000@a {
compatible = "fsl,sgtl5000";
clocks = <&clk IMX8MQ_CLK_SAI2_ROOT>;
#sound-dai-cells = <0>;
reg = <0x0a>;
VDDD-supply = <&reg_1v8_p>;
VDDIO-supply = <&reg_3v3_p>;
VDDA-supply = <&reg_3v3_p>;
};
touchscreen@5d {
compatible = "goodix,gt5688";
reg = <0x5d>;
......
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