From mboxrd@z Thu Jan 1 00:00:00 1970 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 6E319137748; Mon, 24 Jun 2024 20:25:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719260701; cv=none; b=qdhsHvoqoT84zsHulbG62oqxHcTCMDskc8loYZPNGGnCSM3Ikr+3JnwGGycKwj0RqDADd/BOeXDkm/If7lWuaKRhZsaahW5vFOF+xOiu8w2BpGaJ0eCcK3TXWKoxAV/REmSq0i1Yoccq1NxegPayNFwSZzWc+OPZOLa8HumeXpE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719260701; c=relaxed/simple; bh=1LlVpG91dCauwKR+1U2omHxHfo85V5EN8OuH9YnYOUU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Bj8Kodh8yLbGnlFFr0X6xB6Ngosgc6o4UIqK1Njo/q0gM2Mt4cIvvOxQRNVfC8PIUHeYEk6mtkhg9saurT8lBoHhJmaLLKGPewKTTGaYHFuQoSt36TZg6dqw2RtLxU5Td1W+3a59qlgQEQSzcnI4/w88DFVvJwfRFZZZ5aDZVcI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UAwocCHD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UAwocCHD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4F59C32781; Mon, 24 Jun 2024 20:25:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719260700; bh=1LlVpG91dCauwKR+1U2omHxHfo85V5EN8OuH9YnYOUU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UAwocCHDYAJ4QE5ItFkJ0saC3DnMWCURC3KjDEwDoOi7noHtcUOU9KpikCNa5R/9G 2/eIaULQzI+skNPUBpsgxeegX0/kVJLYkW/FjembKY0eu3eaDqkJ/8O7mTsIMar1UD 4HbJyeyTcFtpb3iqGqlpGc+f9WdAmd0f+DUDu0MDdIUpcP04yeg3FvGuPBg52gK7x3 6zOiTKT7SABgUO/EQkmI9uKj9kK2CR/y5r1Gor8yegifYKc4bReTOuOf7yhi7SrgKV F5e4wTvoMKsy6AZka1GVLb1foOjyn8m5OypAgbdFZGtTAeOuI2Q2zTnlREesErJC38 mOWzu1QrOo1tg== Date: Mon, 24 Jun 2024 14:24:59 -0600 From: "Rob Herring (Arm)" To: Kanak Shilledar Cc: Samuel Holland , Thomas Gleixner , Krzysztof Kozlowski , Palmer Dabbelt , Paul Walmsley , Conor Dooley , linux-kernel@vger.kernel.org, Albert Ou , linux-riscv@lists.infradead.org, kanakshilledar111@protonmail.com, devicetree@vger.kernel.org, Conor Dooley Subject: Re: [RESEND v4 2/2] dt-bindings: riscv: cpus: add ref to interrupt-controller Message-ID: <171926069663.349368.14347809571943198470.robh@kernel.org> References: <20240615021507.122035-1-kanakshilledar@gmail.com> <20240615021507.122035-3-kanakshilledar@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240615021507.122035-3-kanakshilledar@gmail.com> On Sat, 15 Jun 2024 07:45:04 +0530, Kanak Shilledar wrote: > removed the redundant properties for interrupt-controller > and provide reference to the riscv,cpu-intc.yaml which defines > the interrupt-controller. making the properties for riscv > interrupt-controller at a central place. > > Reviewed-by: Conor Dooley > Signed-off-by: Kanak Shilledar > --- > Changes in v4: > - Change DCO email to @gmail.com > Changes in v3: > - No change. > - Rolling out as RESEND. > Changes in v2: > - Fix warning of `type` is a required property during `make > dt_bindings_check`. > --- > .../devicetree/bindings/riscv/cpus.yaml | 21 +------------------ > 1 file changed, 1 insertion(+), 20 deletions(-) > Applied, thanks!