From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 85E09C433F5 for ; Fri, 7 Jan 2022 17:53:09 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 53F3C8309C; Fri, 7 Jan 2022 18:53:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="M+Py1dYc"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2A81080A4F; Fri, 7 Jan 2022 18:53:06 +0100 (CET) Received: from mail-ot1-x32f.google.com (mail-ot1-x32f.google.com [IPv6:2607:f8b0:4864:20::32f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6EE8C836CB for ; Fri, 7 Jan 2022 18:53:03 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=macroalpha82@gmail.com Received: by mail-ot1-x32f.google.com with SMTP id o3-20020a9d4043000000b0058f31f4312fso7425206oti.1 for ; Fri, 07 Jan 2022 09:53:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dJNk1J/EOdQgRe0sOOVGMNq0LunhBymhxYaMvdSyTR8=; b=M+Py1dYcNsdRJDH1+ZptQojEHo7TrzOWXukPYyLc6cHsuk9HNZlZgKDt7edX6cL715 +uL157HTZO0+bEfkM6syYabHYQMYkzvIlBJlnE+q+qlNm02xcD7my31OWg5zBHCYIjEj Qo1v8JNTvwXTLAE/UXJjOh1MeUlC5mDyJgeaCPLecnu1kFxiQhh2N0GGbsdzwRFxyC0W Op2tLZwEOioPNkQ6DU2QTDeUeulO0ghvNksW0ECjU4JtzsPEMObvUafhMbnTwVwJ7nAo TGHbrKJ5b1EMmvkZpQWnMUq1TmK7qBmJ3ENPBsgsnlSqBzevDoUHn6Ef2zFQAQUzFnw7 ywSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dJNk1J/EOdQgRe0sOOVGMNq0LunhBymhxYaMvdSyTR8=; b=eRx8pkI1z4yHcpgl2tKOAVZrhygjT6alX2Wua9MvzwacoFs4CG7w7q758WqNgUgdd1 FdaqmyLEjwbW/eJT1ykS5sqGV1Mq/tmU5MO65PS+EI1oytKniZpx0kOe6cmwwuz7bW4M 31Z7cqsEdgAsZQLUiUhm1V90l9rheerxtZ3XZdDYxZ6J7WyDEWI/Jd15aOJX0PhDWSy1 Bhu829oMf9LKLxjQYAkhmZ60DPG1Vm7vwYoVH8Ut0mtqSr9SnCW77mXIRE2r9oKTVa+9 XQkM2yyyayniFUWNmxpd6aXCXkKCm1AJJZHadcun9+VmGGXOuIVc6Z4T0uoKJnyOBjHK O01g== X-Gm-Message-State: AOAM533tRMVRp5NKkIX/4a0Z4MAGIu90mgAlCD5FrafPiQkKYUfhOIme 5kUgDPKQLwxVSCfljno1onspkfJYIJc= X-Google-Smtp-Source: ABdhPJwsSrE/1P2lhfKsnJijrSbfDARzf4AOXBwomYCvPduu27TaVHlZJJglcTSQc3y1TAQaRVe2Lg== X-Received: by 2002:a9d:6a8a:: with SMTP id l10mr4894932otq.132.1641577981542; Fri, 07 Jan 2022 09:53:01 -0800 (PST) Received: from wintermute.localdomain (cpe-76-183-134-35.tx.res.rr.com. [76.183.134.35]) by smtp.gmail.com with ESMTPSA id w20sm982451oti.69.2022.01.07.09.53.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Jan 2022 09:53:01 -0800 (PST) From: Chris Morgan To: u-boot@lists.denx.de Cc: hs@denx.de, Chris Morgan Subject: [PATCH 1/1] i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c Date: Fri, 7 Jan 2022 11:52:54 -0600 Message-Id: <20220107175254.6042-1-macroalpha82@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean From: Chris Morgan This adds a compatible string for the Allwinner Sun4i-A10 I2C controller. Without this, boards based on the R8 and A13 (at a minimum) fail to boot. Signed-off-by: Chris Morgan --- drivers/i2c/mvtwsi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/mvtwsi.c b/drivers/i2c/mvtwsi.c index ff21e3c52b..979b825eec 100644 --- a/drivers/i2c/mvtwsi.c +++ b/drivers/i2c/mvtwsi.c @@ -900,6 +900,7 @@ static const struct dm_i2c_ops mvtwsi_i2c_ops = { static const struct udevice_id mvtwsi_i2c_ids[] = { { .compatible = "marvell,mv64xxx-i2c", }, { .compatible = "marvell,mv78230-i2c", }, + { .compatible = "allwinner,sun4i-a10-i2c", }, { .compatible = "allwinner,sun6i-a31-i2c", }, { /* sentinel */ } }; -- 2.30.2