kernel_samsung_a34x-permissive/arch/arm64/boot/dts/mediatek/vt_muic.dtsi
2024-04-28 15:49:01 +02:00

27 lines
458 B
Plaintext
Executable file

#if 0
&${jtag_usb_id_parent} {
jtag_usb_id: jtag_usb_id {
GPIO_CONFIG_PUD_DRV(${jtag_usb_id_gpio}, FUNC_INPUT_WAKEUP, PULL_NONE, DRV_LV1);
};
};
#endif
&smd {
vt_muic {
compatible = "samsung,vt_muic";
status = "okay";
#if 0
pinctrl-names = "default";
pinctrl-0 = <&jtag_usb_id>;
vt_muic,usb_id = <SEC_GPIO_REF(${jtag_usb_id_gpio}) 0>;
#endif
#if 1
use_battery_notifier_callback;
#endif
#if 1
use_manager_notifier_callback;
#endif
};
};