From mboxrd@z Thu Jan 1 00:00:00 1970 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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9350BEB64D7 for ; Wed, 21 Jun 2023 13:34:07 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 27A0C8631A; Wed, 21 Jun 2023 15:34:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="YZJTdckF"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 96A6486347; Wed, 21 Jun 2023 15:34:00 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9029F84688 for ; Wed, 21 Jun 2023 15:33:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=jitloonl@ecsmtp.png.intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687354437; x=1718890437; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=6Q3p1klnSxtPwbVfuej8IX+qxyhJTC7dIX+A/e5C654=; b=YZJTdckFJweO3avyY4bnrlWf1G/8p+yz0h2vjOOCmHIYywEGJh2aOKvr Nd4JW9MfXlb3cNZFTsm35PfSMEfdpT9zetdJH+lREFdJv5lzoFDdSKK2y OApTUV1eDndbwRTkfomcQEg9ZWBsXOxsBPVDw5nHH2opO6KMQDnwj3QRD ixWYMTw6o0N38HVtQkEYvWsAaxpNCv3slmn+g0TKaRv1b3iktPm0pwBkl DLOok9qg7qQGzO5tMX0g+Y5dALjpVTV8JfV03yWode7VVyrjrcFAY8kXV g2bpg0DH3HwCneZpZ+/61kYEW3a+TBn8JiuuTpjwFLgfZCTtKzXgNp0l+ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10748"; a="446551814" X-IronPort-AV: E=Sophos;i="6.00,260,1681196400"; d="scan'208";a="446551814" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2023 06:31:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="744174071" X-IronPort-AV: E=Sophos;i="6.00,260,1681196400"; d="scan'208";a="744174071" Received: from pglmail07.png.intel.com ([10.221.193.207]) by orsmga008.jf.intel.com with ESMTP; 21 Jun 2023 06:31:34 -0700 Received: from localhost (pgli0121.png.intel.com [10.221.240.84]) by pglmail07.png.intel.com (Postfix) with ESMTP id 77AA3482D; Wed, 21 Jun 2023 21:31:33 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id 3C68B3E08; Wed, 21 Jun 2023 21:31:33 +0800 (+08) From: Jit Loon Lim To: u-boot@lists.denx.de Cc: Jagan Teki , Vignesh R , Marek , Simon , Tien Fong , Kok Kiang , Raaj , Dinesh , Boon Khai , Alif , Teik Heng , Hazim , Jit Loon Lim , Sieu Mun Tang Subject: [PATCH v1] arch: arm: dts: Enable APB Timer for agilex5 Date: Wed, 21 Jun 2023 21:31:26 +0800 Message-Id: <20230621133126.17054-1-jit.loon.lim@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean From: Dinesh Maniyam Enable APB Timer driver model. Signed-off-by: Dinesh Maniyam --- arch/arm/dts/socfpga_agilex5_socdk.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm/dts/socfpga_agilex5_socdk.dts b/arch/arm/dts/socfpga_agilex5_socdk.dts index 1a39426561..59ff426983 100644 --- a/arch/arm/dts/socfpga_agilex5_socdk.dts +++ b/arch/arm/dts/socfpga_agilex5_socdk.dts @@ -121,6 +121,22 @@ status = "okay"; }; +&timer0 { + status = "okay"; +}; + +&timer1 { + status = "okay"; +}; + +&timer2 { + status = "okay"; +}; + +&timer3 { + status = "okay"; +}; + &spi0 { status = "okay"; }; -- 2.26.2