From patchwork Tue Oct 29 03:12:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xin Liu X-Patchwork-Id: 839378 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 668CD1F76B2; Tue, 29 Oct 2024 03:13:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730171607; cv=none; b=uRgmYTR9UuSjloWgQCimzwQDYXh7eNPdSV4UDPSURzCAGMpCB0B/ItH2ZDIt1Pt0k3DUFsDUpWfFgo+xXYqE0PDA2y6uoOkywTlX/qTCTh19xwvzEVpc5rSwWSy8x6Kz5VTRtg9w5kh8JDm+RS2MoFNzEfq+JAAIfpGfsBHGNtA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730171607; c=relaxed/simple; bh=EE5OQT/tFv9x1P5piZC0JnYCZGTFBojdDpua9dotO+8=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=D/1ayQKD7ItwdswZnUSxgbhgX1KIRWpVSY0jPfomoxlei2o7YAh67Swu2KmOVSH66K3d/LdMthZW4H9uXkeQOz/UDlUdVR8FnQpYupT9/IOwIGtzZYu4xvyJ1V5qS3NeUkpx5g82OuLmwldhW2VXYyYYoMmqT1abX0hRnXLUdRw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=jeGW5oC4; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="jeGW5oC4" Received: from pps.filterd (m0279870.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 49SL8IKt003160; Tue, 29 Oct 2024 03:13:22 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= U2kce2S7N8wZSv/CBLmViBdARUrNgc602j1Qd0gKtPg=; b=jeGW5oC4I1OZBtPW Qy0WqZ3cOjtZ02TVnexPw2ROwFOBveGpc8LAgy/WkfbjsXOU1HF8sLtotuG3YXOB joNqcVrxBstjH/QunUBF8AXgbYwNB4GOlMWAYc08YCXPSjkOIPCl0RlpqA0Re5i0 +JrdVM/+QaiuHIlXOMXqPgjT/DcM0bx3CGMoncXhbkXjJV3JL63XReQ3ysa47A0g CxqeNKfsLlYhTy/fCME0ftMfhEyn6FORd1+XND5pzCSluhC/ICx/Glc9pIP8N7Ry fCCl2dF4HahS+8iF2xCDF83C+Q3O1jjf8o/XhBiMiVQZTtedFYPZ27Avj0gDbi97 FD8sHA== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 42grguf13s-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 29 Oct 2024 03:13:22 +0000 (GMT) Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA05.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 49T3DLFr017987 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 29 Oct 2024 03:13:21 GMT Received: from liuxin-gv.qualcomm.com (10.80.80.8) by nalasex01c.na.qualcomm.com (10.47.97.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 28 Oct 2024 20:13:14 -0700 From: Xin Liu To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: , , , , , , Subject: [PATCH v1 2/3] arm64: dts: qcom: qcs8300: Add watchdog node Date: Tue, 29 Oct 2024 11:12:21 +0800 Message-ID: <20241029031222.1653123-3-quic_liuxin@quicinc.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20241029031222.1653123-1-quic_liuxin@quicinc.com> References: <20241029031222.1653123-1-quic_liuxin@quicinc.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01c.na.qualcomm.com (10.47.97.35) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: K7aF6grawK8H7g4trOXG7RpbikgfsGFM X-Proofpoint-GUID: K7aF6grawK8H7g4trOXG7RpbikgfsGFM X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 clxscore=1015 lowpriorityscore=0 adultscore=0 mlxscore=0 bulkscore=0 suspectscore=0 phishscore=0 spamscore=0 malwarescore=0 mlxlogscore=603 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2409260000 definitions=main-2410290024 Add the watchdog node for QCS8300 SoC. Signed-off-by: Xin Liu Reviewed-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/qcs8300.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs8300.dtsi b/arch/arm64/boot/dts/qcom/qcs8300.dtsi index 2c35f96c3f28..876eb16be11c 100644 --- a/arch/arm64/boot/dts/qcom/qcs8300.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs8300.dtsi @@ -1122,6 +1122,12 @@ intc: interrupt-controller@17a00000 { redistributor-stride = <0x0 0x20000>; }; + watchdog@17c10000 { + compatible = "qcom,apss-wdt-qcs8300", "qcom,kpss-wdt"; + reg = <0x0 0x17c10000 0x0 0x1000>; + interrupts = ; + }; + memtimer: timer@17c20000 { compatible = "arm,armv7-timer-mem"; reg = <0x0 0x17c20000 0x0 0x1000>;