From patchwork Sun Jun 30 13:29:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Raymond Hackley X-Patchwork-Id: 808718 Received: from mail-40140.protonmail.ch (mail-40140.protonmail.ch [185.70.40.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3BA4B13D625; Sun, 30 Jun 2024 13:29:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.40.140 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719754169; cv=none; b=VXdAoLfTaRk4tPsoSdihB3IxQWt9e81420sp9TTAyQgQXiAwZMizNhhShgnKM5tQM98BCGHnAl8ESxt4al7WB0v6Lt9xK6Bn8K4H6C44kIdwUfkesMG0epZ6yCAnRACwI+OF4WPHpQWJPLJfOY7y4cu08np8ZgbxpDE7D+fl0c0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719754169; c=relaxed/simple; bh=inXCjUbnM2XHbtm2RNPSsyhxiLL1J+h5caBn/zhuA2o=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=vCrfJ87DRsAejd7wyCK7o7RWTPxGSFjTX/tYTRzHyGTWHs68l6dTJB6WqCHwe9AvtkHpp24V0X4uTxW2bbVw+eYgcq3gCI8hVxv4fz0QzB//bYdpS183YPRERr8nw0yPAQ5itlJ+zlRNoaC65nU9G4sJFkAdUxDhD0rZIY70KNY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com; spf=pass smtp.mailfrom=protonmail.com; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=bXoaLKpV; arc=none smtp.client-ip=185.70.40.140 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=protonmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="bXoaLKpV" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1719754160; x=1720013360; bh=4OFxf+2yJ3nBpClP9PN+o8JkUiiPISSK634ntIF/VPA=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=bXoaLKpVZmpaoGFI9y1oqKDCXvUVd9UDEfP0AX3icAQy9TJryo3TBuPxcSsIdSus9 dMxLWMvt4Sb8XIVyXl0CyDGR2UbZbcPvW9yVCE9uVTsVLULvf5/dj1omvFnogyOiTX gm8/7JsHkT4f3w/mzAQAhHi4fzNUBmRfEIJYnyoM5ckhofSBaOt706T0EIrmvKki06 QWPJOWD4yMfhET1MDrzH2WwDzBlz+PM4tUHXNjjy/M+CLq9NtmtRWyKGcGBBSWqkfv 2goVtl0BUtZwxf7FoA0UBHBjCan1a2gsii+/+3bN9RfKXNn/AHOiZ6jwh7TNJYQFRZ NQmiSnkdFXNpg== Date: Sun, 30 Jun 2024 13:29:13 +0000 To: linux-kernel@vger.kernel.org From: Raymond Hackley Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Subject: [PATCH v3 0/2] ARM: dts: qcom-msm8226-samsung-ms013g: Add initial device tree Message-ID: <20240630132859.2885-1-raymondhackley@protonmail.com> Feedback-ID: 49437091:user:proton X-Pm-Message-ID: 131fbe37859fd0217f4effb6a7bbe4e992415f9f Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Samsung Galaxy Grand 2 is a phone based on MSM8226. It's similar to the other Samsung devices based on MSM8226 with only a few minor differences. The device trees contain initial support with: - GPIO keys - Regulator haptic - SDHCI (internal and external storage) - UART (on USB connector via the TI TSU6721 MUIC) - Regulators - Touchscreen - Accelerometer --- v2: Adjust l3, l15, l22 and l27 regulator voltages. Sort nodes. Set regulator-allow-set-load for vqmmc supplies. v3: Rename node haptic to vibrator.