From patchwork Mon Feb 26 19:47:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13572769 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id F0FED12C53D; Mon, 26 Feb 2024 19:47:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708976851; cv=none; b=CAmrKUqazDvk0Nud6ZtTKBcnM0R7fQOHy0/udxusvXwUrQ0KBb+5NcsoCTnXZ9RTZcVx1kydXNHXSnco9F+t3r98wLZalQC7T3+SLvXSv+qE+ApRhllWWIaTabPHQgE5FoTKZEjDaE30f8xNzOVIik69zUTMmcCScff5ep4PP80= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708976851; c=relaxed/simple; bh=g8lFNMj3/BUbHcOdcwKfxt7R+dQXelKSiV9DzeRbLi8=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=HP684Q2hpT9nFMehnNYi6d/sWg/QlZknpJBSOQgBywSPLXz8IHMQvrdOt5KOErqBHbMB+nyUalHoUuSRbu4jj3uvrIQFmsGz9yupBns50qSiHhht82MoX5ffJO644o4STXElNZ9E8miRpX7JY5luTi6ngzGBUDYWl3DBYY8vdTk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.06,186,1705330800"; d="scan'208";a="195384718" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 27 Feb 2024 04:47:29 +0900 Received: from localhost.localdomain (unknown [10.226.93.86]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id D747E40065B4; Tue, 27 Feb 2024 04:47:25 +0900 (JST) From: Biju Das To: Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Biju Das , Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Prabhakar Mahadev Lad , Biju Das Subject: [PATCH v2 2/2] arm64: dts: renesas: rzg2ul-smarc: [DO NOT APPLY] Add PMIC IRQ property Date: Mon, 26 Feb 2024 19:47:15 +0000 Message-Id: <20240226194715.427597-3-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240226194715.427597-1-biju.das.jz@bp.renesas.com> References: <20240226194715.427597-1-biju.das.jz@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi b/arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi index f6f6f8280df6..812af2891a95 100644 --- a/arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi +++ b/arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi @@ -21,14 +21,26 @@ &cpu_dai { sound-dai = <&ssi1>; }; +&pinctrl { + pmic_pins: pmic { + pinmux = ; /* IRQ6 */ + }; +}; + &i2c0 { clock-frequency = <400000>; da9062: pmic@58 { compatible = "dlg,da9062"; reg = <0x58>; + pinctrl-0 = <&pmic_pins>; + pinctrl-names = "default"; gpio-controller; #gpio-cells = <2>; + interrupt-controller; + #interrupt-cells = <2>; + interrupt-parent = <&irqc>; + interrupts = ; gpio { compatible = "dlg,da9062-gpio";