Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4801

Interfacing (DSI, CSI, I2C, etc.) • Re: MIPI DSI DLC0350

$
0
0
2.png
1.png
For running the backlight you will need an LED driver. Pick one which has an enable input. Define a GPIO connected to that as 'enable-gpios' for your backlight device in your device tree and you should not need to care about sequencing.

You have all the required voltage regulators in place? Define them as regulators with their respective enable signals (if used; sample below is using a GPIO expander for that. Note: refer to dt-bindings for details on regulators)

Code:

reg_myveryown_1v8: reg_myveryown_1v8@1{reg = <1>;compatible = "regulator-fixed";regulator-name = "vcc-some1v8reg_1";regulator-min-microvolt = <1800000>;regulator-max-microvolt = <1800000>;regulator-boot-on;enable-active-high;/* regulator enable through PCA9538 IO0 */gpios = <&pca 0 GPIO_ACTIVE_HIGH>;status = "okay";};

Statistics: Posted by aBUGSworstnightmare — Mon Jul 22, 2024 3:46 pm



Viewing all articles
Browse latest Browse all 4801

Trending Articles