1 /* 2 * Copyright (c) 2025, Mediatek Inc. All rights reserved. 3 * SPDX-License-Identifier: BSD-3-Clause 4 */ 5 6 #include <stdbool.h> 7 8 #include <drivers/pmic/pmic_swap_api.h> 9 10 /* No need to check second pmic mt6369 */ 11 bool is_second_pmic_pp_swap(void) 12 { 13 return false; 14 } 15