On 12/31/25 12:36 AM, Dmitry Baryshkov wrote:
> The onboard WiFi / BT device, WCN3990, has a simple on-chip PMU, which
> further spreads generated voltage. Describe the PMU in the device tree.
>
> Signed-off-by: Dmitry Baryshkov <[email protected]>
> ---
[...]
> +&pm660_gpios {
> + sw_ctrl_default: sw-ctrl-default-state {
> + pins = "gpio5";
> + function = "normal";
> +
> + input-enable;
> + bias-pull-down;
Ideally
func
(no \n)
bias-pull-down
input-enable
anyway:
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad