lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 22 Nov 2023 16:13:46 +0200
From:   Bret Joseph <bretjoseph@...il.com>
To:     huang@...htek.com
Cc:     linux-kernel@...r.kernel.org, zhiyong.tao@...iatek.com,
        linux-arm-kernel@...ts.infradead.org,
        linux-mediatek@...ts.infradead.org
Subject: mt6370 i2c error -ETIMEDOUT: Failed to check vendor info

I can't seem to get the device registered. I have the device in an I2c
node just like in the documentation

DTS code

&i2c2 {
        compatible = "mediatek,mt8186-i2c";
        &pmic@34 {
                compatible = "mediatek,mt6370";
        }
};

It seems to time out during probe.
          regmap_read(rmap, MT6370_REG_DEV_INFO, &devinfo);
returns -110

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ