From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) (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 6A8311598F7; Wed, 10 Apr 2024 09:33:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.178.240 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712741588; cv=none; b=uPN1RkG1sQ4j2DF2zccooxSNp/txbc65cERLDriD7xVtuQeVdhnuQg/bpo9Ozz/MVfgXBZ4tD3gFxIbWfmOo3rJhRrq8eOluutdZuPKLLr/0zktQwfufS5ky2WkQ5eF3DjojDiwd3xzrEh17gFBdcUJyP2VqiWv+NOSacnLi9DA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712741588; c=relaxed/simple; bh=T1YIXNKOKmk0HCpf7gFyTxJ5Gf3Ca8L3mGSoUrehSd8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=rKkIKv0LCGBGWuDwYULWJa/39/YOj5UDqfvMmv6Q/g48K+l16a3xlKNgWwWWmPXFaenACfkW/EtEmn4jSoeECmMMHT+19kcJFjpcHcfKvT9FNudM5qy0SqMepYqpDxbKo+BcAjDDp/851bxCIxPskzAM4LAxT6sact7LiN+qqwk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=dbCqCr3W; arc=none smtp.client-ip=217.70.178.240 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="dbCqCr3W" Received: from relay6-d.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::226]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 5C71CC5F28; Wed, 10 Apr 2024 09:29:13 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id 58193C0004; Wed, 10 Apr 2024 09:29:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1712741350; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rTF3tEOlEX8botUulcBFWhU0qypXrMI0sFEbs2/cCHs=; b=dbCqCr3WYuLwsnm50stbIfoYR6zbNOFVAl+n2GIVomYHvx2KnijqOd8s0YU62k4lMeDWop TisRWqFvUfD6JeYDubLZCpkXCkCziISk1rOuX4NW13D6VzQ/GGnvYcxIUh4nrLzktxFoiE Rcj7NPdlQui2t175YlHmtq9DBIwDoVUI3Vomvt/I4H6PxCzTSKF2AKpNMRH9ljcfhFsvey GdiXdRvXVh0N7d8I58bXQ8SbO4ShYPpPGRzcny5bRqvFmxPOLjLk/HIzILc5pvIXV4N575 R81vWnjT1GSI4lejITkWIAroxFQl6rwhAc6xsMHlqd7L4gZ8WUAdBsVlGBEI6w== From: =?utf-8?q?Th=C3=A9o_Lebrun?= Date: Wed, 10 Apr 2024 11:29:04 +0200 Subject: [PATCH v3 1/9] spi: dt-bindings: cdns,qspi-nor: sort compatibles alphabetically Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <20240410-cdns-qspi-mbly-v3-1-7b7053449cf7@bootlin.com> References: <20240410-cdns-qspi-mbly-v3-0-7b7053449cf7@bootlin.com> In-Reply-To: <20240410-cdns-qspi-mbly-v3-0-7b7053449cf7@bootlin.com> To: Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vaishnav Achath , Thomas Bogendoerfer , Rob Herring Cc: linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, Vladimir Kondratiev , Gregory CLEMENT , Thomas Petazzoni , Tawfik Bayouk , =?utf-8?q?Th=C3=A9o_Lebrun?= , Krzysztof Kozlowski X-Mailer: b4 0.13.0 X-GND-Sasl: theo.lebrun@bootlin.com Compatibles are ordered by date of addition. Switch to (deterministic) alphabetical ordering. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Théo Lebrun --- Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml index cca81f89e252..b865d4cc25cc 100644 --- a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml +++ b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml @@ -68,12 +68,12 @@ properties: - items: - enum: - amd,pensando-elba-qspi - - ti,k2g-qspi - - ti,am654-ospi - intel,lgm-qspi - - xlnx,versal-ospi-1.0 - intel,socfpga-qspi - starfive,jh7110-qspi + - ti,am654-ospi + - ti,k2g-qspi + - xlnx,versal-ospi-1.0 - const: cdns,qspi-nor - const: cdns,qspi-nor -- 2.44.0