24 lines
468 B
Text
Executable file
24 lines
468 B
Text
Executable file
#if 0
|
|
&${pogo_int_gpio_parent} {
|
|
pogo_int_default: pogo_int_default {
|
|
GPIO_CONFIG_PUD(${pogo_int_gpio}, FUNC_INPUT_WAKEUP, PULL_NONE);
|
|
};
|
|
};
|
|
#endif
|
|
|
|
&smd {
|
|
sm5714_charger: sm5714-charger {
|
|
status = "disable";
|
|
compatible = "samsung,sm5714-charger";
|
|
|
|
#if 0
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pogo_int_default>;
|
|
charger,pogo_int = <SEC_GPIO_REF(${pogo_int_gpio}) 0>; /* POGO_INT */
|
|
#endif
|
|
};
|
|
|
|
battery {
|
|
battery,otg_name = "sm5714-otg";
|
|
};
|
|
};
|