zainarbani 3ce5bc2cae drivers: bq2597x: Fix driver probing issue
Not sure if interrupt was even used, lets just disabled it for now.

refs:
https://github.com/MotorolaMobilityLLC/kernel-mtk/blob/MMI-S3RWS32.138-29-5-11/arch/arm64/boot/dts/mediatek/mt6768-corfu-common-overlay.dtsi#L190
e2c498e0c8

Kernel log:
7,4797,1638088,-; (0)[1:swapper/0]generic pinconfig core: found bias-pull-up with value 11
7,4798,1638098,-; (0)[1:swapper/0]generic pinconfig core: found slew-rate with value 0
7,4799,1638111,-; (0)[1:swapper/0]pinctrl core: add 2 pinctrl maps
7,4800,1638118,-; (0)[1:swapper/0]generic pinconfig core: found bias-pull-up with value 11
7,4801,1638126,-; (0)[1:swapper/0]generic pinconfig core: found slew-rate with value 0
7,4802,1638137,-; (0)[1:swapper/0]pinctrl core: add 2 pinctrl maps
7,4803,1638160,-; (0)[1:swapper/0]mt6785-pinctrl pinctrl: found group selector 12 for GPIO12
 SUBSYSTEM=platform
 DEVICE=+platform:pinctrl
7,4804,1638167,-; (0)[1:swapper/0]mt6785-pinctrl pinctrl: found group selector 12 for GPIO12
 SUBSYSTEM=platform
 DEVICE=+platform:pinctrl
7,4805,1638174,-; (0)[1:swapper/0]mt6785-pinctrl pinctrl: found group selector 12 for GPIO12
 SUBSYSTEM=platform
 DEVICE=+platform:pinctrl
7,4806,1638180,-; (0)[1:swapper/0]mt6785-pinctrl pinctrl: found group selector 12 for GPIO12
 SUBSYSTEM=platform
 DEVICE=+platform:pinctrl
7,4807,1638189,-; (0)[1:swapper/0]mt6785-pinctrl pinctrl: request pin 12 (GPIO12) for 7-0065
 SUBSYSTEM=platform
 DEVICE=+platform:pinctrl
3,4808,1638200,-; (0)[1:swapper/0]mt6785-pinctrl pinctrl: pin_config_group_set op failed for group 12
 SUBSYSTEM=platform
 DEVICE=+platform:pinctrl
3,4809,1638209,-; (0)[1:swapper/0]bq2597x_charger 7-0065: Error applying setting, reverse things back
 SUBSYSTEM=i2c
 DEVICE=+i2c:7-0065
4,4810,1638228,-; (0)[1:swapper/0]bq2597x_charger: probe of 7-0065 failed with error -22

Signed-off-by: zainarbani <zaintsyariev@gmail.com>
Signed-off-by: fjrXTR <fajarslebew31@gmail.com>
2025-10-18 10:51:04 +00:00
2025-10-18 10:51:01 +00:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 1.9 GiB
Languages
C 98.2%
Assembly 1%
Makefile 0.4%
Perl 0.1%
Shell 0.1%