Hi,
In the below schematic, I will need to set CAMERA_1_PWR_EN to HIGH permanently :
Is it kind of fixed-regulators
? If YES, what value should I assign to reg = ?
/ {
fixed-regulators {
...
p3668_vdd_cam1_reg: regulator@xxx {
compatible = "regulator-fixed";
reg = <xxx>;
regulator-name = "vdd-cam1-reg";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&tegra_main_gpio TEGRA194_MAIN_GPIO(G, 2) 0>;
enable-active-high;
};
Thanks in advance and best regards,
Khang