regulator-fixedとregulator-gpioの活用
1、regulator-fixed
概要:固定電圧のレギュレータを作成します。通常はGPIOで制御される電源ラインであり、有効(enable)と無効(disabled)の2つの状態のみサポートします。
device-treeノードの例
io_vdd_en: regulator-JW5217DFND {
compatible = "regulator-fixed";
pinctrl-names = "default";
pinctrl-0 = ;
gpios = ;
regulator-name = "j ...
6月6日 17:36 投稿