From nobody Wed Dec 17 04:56:37 2025 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C9DA2214A74; Thu, 20 Feb 2025 18:04:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740074691; cv=none; b=b5V6e0boIrqdgYqdWeu6lUkpep3mH90D4ZP06N+UqbXSmenui+i61Qzn/Pnrt4voYo8OQyevTwqVOfE0MPs3diJGx0SIzkk3XMCWII1SCnPqlRn1RTyaXdbwuSs73D0eAZypZ4ao8qzo/NdNt+dw81uVo2m5X9W+hcHAGVxGx/4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740074691; c=relaxed/simple; bh=aeOJd1pNcikYlgrHklgsL8hYd4QhP4EpxZRIKOihJcE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lqno6XAVJa7507/10S/0pztDgBpkXbeS7d4hlv6wO47bWQB1vMHGNG379l/dm1DjwO/tugiIkwu2zWufhb3e9OFgEaAMbGAYxdVM6crN7+MXMCk1JtLxC6GNtHLwmT7mJmphvsbbAF8ZNMW7mW1dXQlzVaOSKP49UPFwdzYezPU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1BE5016F3; Thu, 20 Feb 2025 10:05:07 -0800 (PST) Received: from e119884-lin.cambridge.arm.com (e119884-lin.cambridge.arm.com [10.1.196.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E6F773F59E; Thu, 20 Feb 2025 10:04:46 -0800 (PST) From: Vincenzo Frascino To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Vincenzo Frascino , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Russell King , Will Deacon , Mark Rutland , Jessica Clarke Subject: [PATCH v6 03/10] dt-bindings: arm: Add Morello fvp compatibility Date: Thu, 20 Feb 2025 18:04:21 +0000 Message-ID: <20250220180427.3382482-4-vincenzo.frascino@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250220180427.3382482-1-vincenzo.frascino@arm.com> References: <20250220180427.3382482-1-vincenzo.frascino@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add compatibility to Arm Morello Fixed Virtual Platform. Signed-off-by: Vincenzo Frascino Reviewed-by: Linus Walleij --- Documentation/devicetree/bindings/arm/arm,morello.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/arm,morello.yaml b/Docum= entation/devicetree/bindings/arm/arm,morello.yaml index b4cfa8d048c4..e843b97fa485 100644 --- a/Documentation/devicetree/bindings/arm/arm,morello.yaml +++ b/Documentation/devicetree/bindings/arm/arm,morello.yaml @@ -23,9 +23,11 @@ properties: const: '/' compatible: oneOf: - - description: Arm Morello System Development Platform + - description: Arm Morello System Platforms items: - - const: arm,morello-sdp + - enum: + - arm,morello-sdp + - arm,morello-fvp - const: arm,morello =20 additionalProperties: true --=20 2.43.0