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 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.lore.kernel.org (Postfix) with ESMTPS id 35F63C4345F for ; Fri, 19 Apr 2024 08:23:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id EE4FAC2BD10; Fri, 19 Apr 2024 08:23:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66EA6C072AA; Fri, 19 Apr 2024 08:23:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713515022; bh=GXAlRi1umXGObuzBscLYTBzw0wG3g4b4OMjZxXFCslk=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=V9aAW68ZQO5YVrgicF7Ls/bvF2AnXim98dDy+L+27/Kh1ggbYT7U76VdnNwWKaDcL USf85zN/5OXEhnd3UOjm0rGyRRTPfbQKrSuikHCpArZE5gh4tfotkW0p5i5GtcAtw4 OPMRapLut1GvB2SbVFi+gCwcURkTEsR1XjgvgHdUHcuOE9sXSep1En2lYYC0PqxKRU 2KaoMhfk8mbYaByjd0vhHxzl6Zk6PizvVIgCa3WlY5k7PIykor2a1pmbhYLzJfCvSf 79vqrY8p7rv5VDbYPYhV/dvPHrA5kjlN2ooSqNE4kza5/hDfjEhWNxaRxfUfyZkIlD NZt4HJAmouAAw== Date: Fri, 19 Apr 2024 10:23:37 +0200 From: Marek =?utf-8?B?QmVow7pu?= To: Conor Dooley List-Id: Cc: Gregory CLEMENT , Arnd Bergmann , soc@kernel.org, arm@kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v6 01/11] dt-bindings: arm: add cznic,turris-omnia-mcu binding Message-ID: <20240419082337.646a54a5jam7x3x6@kandell> References: <20240418121116.22184-1-kabel@kernel.org> <20240418121116.22184-2-kabel@kernel.org> <20240418-grain-ethics-8a3ee62ac9a1@spud> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240418-grain-ethics-8a3ee62ac9a1@spud> On Thu, Apr 18, 2024 at 04:43:54PM +0100, Conor Dooley wrote: > On Thu, Apr 18, 2024 at 02:11:06PM +0200, Marek Behún wrote: > > Add binding for cznic,turris-omnia-mcu, the device-tree node > > representing the system-controller features provided by the MCU on the > > Turris Omnia router. > > > > Signed-off-by: Marek Behún > > Reviewed-by: Krzysztof Kozlowski > > --- > > .../bindings/arm/cznic,turris-omnia-mcu.yaml | 86 +++++++++++++++++++ > > Why's this in bindings/arm btw? Seems like it is some remote firmware if > it is running off-SoC on an MCU, so either remoteproc or firmware would > make more sense? Tying it to arm at least needs an explanation IMO. This was discussed with Krzysztof in v1, you can look it up at https://lore.kernel.org/soc/20230824131736.067c40e2@dellmb/ Basically the SoC is an ARM board, and the MCU is also always ARM. I'm guessing firmware would also make sense...