From patchwork Thu Jan 11 02:52:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Liu via B4 Relay X-Patchwork-Id: 13516719 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 0EA171C16; Thu, 11 Jan 2024 02:53:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eb3wna++" Received: by smtp.kernel.org (Postfix) with ESMTPS id 80DD2C433C7; Thu, 11 Jan 2024 02:53:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704941638; bh=UplJWH4Q/tqUK9lL0NeQ0i3KjWIEOgUf4v3sM9Fc79Q=; h=From:Date:Subject:To:Cc:Reply-To:From; b=eb3wna++o9nQcqx77zTqpfG0Z/wRpYlPwZs0rmcvTuNqEbn7k7TMFkhNJMdvyBpJh R1V2IJEjM6qiNvxMFkrbh5GS/n+Q3tHRx6lAzwIyVEoBxMOCSP5HmJmgI9AxG5AKki /1dSjcuJv7TXCzo9wDB8Idmykw3SJZ1sUEGKJJPKjCEU1E5yiUquWCsAbzIz97oGmV HnEFZpk2LbELB3rHWYPrX0s/yBtAHy5QtWKePD8y4z530RtTfB6uT066zEhXS8sU1x zoqUf+ZZBjrm5YP9yiCCGds2iMzheJyoi3H43E9+fouM6l0eiqbUjrbkQaJqqrJIRb r4Vsp/f+nWahQ== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D7F4C4707C; Thu, 11 Jan 2024 02:53:58 +0000 (UTC) From: Hui Liu via B4 Relay Date: Thu, 11 Jan 2024 10:52:58 +0800 Subject: [PATCH RESEND v3] arm64: dts: qcom: qcs6490-idp: Add definition for three LEDs. Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240111-lpg-v3-1-811c9e82dae4@quicinc.com> To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Hui Liu X-Mailer: b4 0.13-dev-83828 X-Developer-Signature: v=1; a=ed25519-sha256; t=1704941637; l=1646; i=quic_huliu@quicinc.com; s=20230823; h=from:subject:message-id; bh=jkgKPcTHB0LvObnOdM+JMFH2yGRqbzzTL1fwXf6UZho=; b=7pv7EDwJ2g9yQxFYnyhYX0JwYuAgStVMqFM5Z0qMfu0ILqrf5UFuKESXSC6pCrzbri/kt6bX7 FmKxPZuaEx5AvdmlXsmr7nBM3vNCFvVJw3JDYNjt8GDx1QqzDTtxX8t X-Developer-Key: i=quic_huliu@quicinc.com; a=ed25519; pk=1z+A50UnTuKe/FdQv2c0W3ajDsJOYddwIHo2iivhTTA= X-Endpoint-Received: by B4 Relay for quic_huliu@quicinc.com/20230823 with auth_id=80 X-Original-From: Hui Liu Reply-To: From: Hui Liu Add definition for three LEDs to make sure they can be enabled base on QCOM LPG LED driver. Signed-off-by: Hui Liu --- Changes in v3: - Rephrased commit text and updated the nodes to qcm6490-idp board file. - Link to v2: https://lore.kernel.org/all/20231110-qcom_leds-v2-1-3cad1fbbc65a@quicinc.com/ Changes in v2: - Rephrased commit text and updated the nodes to board file. - Link to v1: https://lore.kernel.org/r/20231108-qcom_leds-v1-1-c3e1c8572cb0@quicinc.com --- arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) --- base-commit: 17cb8a20bde66a520a2ca7aad1063e1ce7382240 change-id: 20231215-lpg-4aadd374811a Best regards, diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts index 37c91fdf3ab9..f801144a1556 100644 --- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts +++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts @@ -5,6 +5,7 @@ /dts-v1/; +#include #include #include "sc7280.dtsi" #include "pm7325.dtsi" @@ -414,6 +415,30 @@ vreg_bob_3p296: bob { }; }; +&pm8350c_pwm { + #address-cells = <1>; + #size-cells = <0>; + status = "okay"; + + led@1 { + reg = <1>; + color = ; + label = "red"; + }; + + led@2 { + reg = <2>; + color = ; + label = "green"; + }; + + led@3 { + reg = <3>; + color = ; + label = "blue"; + }; +}; + &qupv3_id_0 { status = "okay"; };