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 X-Spam-Level: X-Spam-Status: No, score=-18.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 811B9C4332F for ; Thu, 9 Sep 2021 06:06:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 64A8760F23 for ; Thu, 9 Sep 2021 06:06:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351049AbhIIGHP (ORCPT ); Thu, 9 Sep 2021 02:07:15 -0400 Received: from ixit.cz ([94.230.151.217]:35424 "EHLO ixit.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230416AbhIIGHN (ORCPT ); Thu, 9 Sep 2021 02:07:13 -0400 Received: from newone.lan (ixit.cz [94.230.151.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id 07C2423B26; Thu, 9 Sep 2021 08:06:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixit.cz; s=dkim; t=1631167563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=A9gTHyq6E3JeJFh8rkOt3DGluwoUgFLUZDyk7Gy4dQQ=; b=z8V7WpWkItt7z08qQk5e+KoswMAOBJDWgsBuls+XLnNnYI1f27TdmyqePWT6abzmiGHDDI Zzf+JKASxu37NnLWTuBPQ0kCaEi/W7gZ3FIHzFv/HKVIsYrHHgw2r1A8Ubap0q+PEtEEPx QwwriMo6lBcmwPmId3VSRI7aoNGZXU4= From: David Heidelberg To: Andy Gross , Bjorn Andersson , Rob Herring , Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, David Heidelberg Subject: [PATCH] dt-bindings: arm: qcom: add ipq4019 standalone entry Date: Thu, 9 Sep 2021 08:04:50 +0200 Message-Id: <20210909060450.10111-1-david@ixit.cz> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It seems that some ipq4019 boards just accepted architecture. Signed-off-by: David Heidelberg --- Documentation/devicetree/bindings/arm/qcom.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 5169ebb97946..9b6dd7dc3825 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -174,6 +174,9 @@ properties: - qcom,ipq4019-dk04.1-c1 - const: qcom,ipq4019 + - items: + - const: qcom,ipq4019 + - items: - enum: - qcom,ipq8064-ap148 -- 2.33.0