From patchwork Wed Dec 6 22:15:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 13482321 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 10657C10DCE for ; Wed, 6 Dec 2023 22:16:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=8VftkSgbblx5QfX1x2v8ps6zXCB6v5yGOzXv2Ise+3s=; b=DF+9P9oMdpEwbZ aBT25mrEgU0cEp2FekWlr4u+DXz8kJG3LeLiGBoPY2RgUmFm/zEv6T8Pjwczr2N0SVZg5gdhXqxCl AHhi54I/vtlCeT7OeSFF2la9VpPzo8uXqXQOG1Dhz4gMTYEdxiSG1PNPkpUlSS9L9IKl9xVOtu9yC HK+cYvBY6XU2k0W6LVMXyFcc8/Yt8VeUSVuhIVBGaw/iFcdQT3r5t3/p3V1FU+uno5bHEIA6KH41C A2tM2fxjnGYPQjBU2DX0WHUx8b2g9EJxNTSINTFiOj+1mFXCQ1aWHpf2Bzcjr4P//jrwzL/KhRe4k LtJtgyBz39UMdFEIYqYw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rB0Bi-00BOIt-0R; Wed, 06 Dec 2023 22:16:14 +0000 Received: from aposti.net ([89.234.176.197]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rB0Bf-00BOHp-18 for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 22:16:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1701900964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=A+HKMjX23gsN6vSBJGJR0lhigHyqUNulJJzH3y7+qeI=; b=GjHJSw4QqikTVX9VTsSIr0ynJMtQL1dCaUU4q9y3KL/SsCq5kMlMGHjprah7eWdT3Gyriv YwOCShGwxcq41njwcHhLLfIIOlV8UU3b4l6aYeesZGW5j/WWmuZPHW88H0p4dKBOg30gzR uU8PhcA/nietXDFz8cVQsCjj3bTL1t0= From: Paul Cercueil To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil Subject: [PATCH 0/3] ARM: dts: samsung: exynos4210-i9100 updates Date: Wed, 6 Dec 2023 23:15:53 +0100 Message-ID: <20231206221556.15348-1-paul@crapouillou.net> MIME-Version: 1.0 X-Spam: Yes X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231206_141611_570287_86415905 X-CRM114-Status: GOOD ( 10.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Krzysztof / Rob, Here a small patchset with a fix and some improvements to the DTS for the Galaxy S2 (aka. i9100) phone. The first patch unconditionally enables a regulator, which seems to be needed for the phone to boot properly. I do not know what it is connected to. The last two patches add nodes for the touch keys and the accelerometer. This patchset is based on linux-next-20231206. Cheers, -Paul. Paul Cercueil (3): ARM: dts: samsung: exynos4210-i9100: Unconditionally enable LDO12 ARM: dts: samsung: exynos4210-i9100: Add node for touch keys ARM: dts: samsung: exynos4210-i9100: Add accelerometer node .../arm/boot/dts/samsung/exynos4210-i9100.dts | 48 ++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-)