From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Date: Fri, 26 Apr 2024 08:20:24 +0200 Subject: [PATCH v3 05/14] dt-bindings: fsi: Document the IBM SBEFIFO engine In-Reply-To: <20240425213701.655540-6-eajames@linux.ibm.com> References: <20240425213701.655540-1-eajames@linux.ibm.com> <20240425213701.655540-6-eajames@linux.ibm.com> Message-ID: <5fb62fcf-36a8-4efa-9387-d0af8fcafb18@kernel.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 25/04/2024 23:36, Eddie James wrote: > The SBEFIFO engine provides an interface to the POWER processor > Self Boot Engine (SBE). > > Signed-off-by: Eddie James > Acked-by: Conor Dooley > Reviewed-by: Andrew Jeffery > --- > +description: > + The SBEFIFO is an FSI CFAM engine that provides an interface to the > + POWER processor Self Boot Engine (SBE). This node will always be a child > + of an FSI CFAM node; see fsi.txt for details on FSI slave and CFAM > + nodes. > + > +properties: > + compatible: > + enum: > + - ibm,p9-sbefifo > + - ibm,odyssey-sbefifo > + > + reg: > + items: > + - description: FSI slave address > + > + "#address-cells": > + const: 1 > + > + "#size-cells": > + const: 0 > + > +patternProperties: > + "^occ(@.*)?": Why unit address is optional? Best regards, Krzysztof