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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE5B0C433EF for ; Fri, 25 Mar 2022 20:08:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232045AbiCYUJv (ORCPT ); Fri, 25 Mar 2022 16:09:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232446AbiCYUJp (ORCPT ); Fri, 25 Mar 2022 16:09:45 -0400 Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A89A43AFB for ; Fri, 25 Mar 2022 13:07:48 -0700 (PDT) Received: by mail-pf1-x42a.google.com with SMTP id b15so7323230pfm.5 for ; Fri, 25 Mar 2022 13:07:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3knZRWWujkRahNIIybfg/CGJU8bv3OrwffFxGrAdCik=; b=bVBePrcqsOxc0Xyz3wyYaw4zq1odh0jKeWdTDhjAX6DDqqtVCeNuAdyE+JjSwIigmV AFj4zT4SGtUfotWWWAtvib+UJSd9Eh5XA6yZwfYGZ7QxWCM0iZe6T+IYoAYevoK4NswG 0l/s2odil/62sBOTDEhEzLP9xp9Qes9SV9vztRduyWOqH9xtGFL1wz9au9qyCHiNNJBM AiT5A9XofI8tnjOLuUOnljMbZ1Qoj/YCGuU3djfH++p95F0t9X0MvekDpdygb/97nqS4 RGARwAp6QM/Ijh8Rxbnsbeiz6S+eMYQRFgtfQvjJomOwFDFosfnVAbLXMm/s2p5HciKU 7nlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3knZRWWujkRahNIIybfg/CGJU8bv3OrwffFxGrAdCik=; b=WQfU1Y85XgfC5k6IDBwfS0RpgRq76mVWoWFgzyjhTvD6EVKj4H7DyzpnL38OC8dosI vAGJ2cwWtrnYBdtX6eNxAVfAINPiv08is96pNdDSM2nMH0zWscG+mx/EyWfvR8cjqjIv 1ZxZIGs6hWqyCB0p3HFxsiWpAMpU1KA70S2blirHdB5TyVIeHUVHjq5Ko4LoIPxBKTM4 7K2csN8m8i2c6GGAZ0IvhDhQeiMFjwRYAuTCuSNp6mMuxEAlZpTBr/LjNFP+6rZAI2uO TLkaXvdIwkmO//5KrGRzIH2qeEGeEcjkHNPII9QkxBqWDBBiBSyB3s9Ui+1Ap6ENezS8 MPZQ== X-Gm-Message-State: AOAM530Q1eBd6HOaubjoxZQxL8RGe0IN+yfVMsVqm6K+2YDJ/wSY4qMH 9C7AX90/nzUAuFYN5Ycxa11QMA== X-Google-Smtp-Source: ABdhPJyzAPS3+sLo/07obtP9q9XmA2zPmwQJeLOzFav+trIQjghYy+nwnz3fXxpmsS0XPCok58gCVA== X-Received: by 2002:a63:5020:0:b0:382:4781:7f4c with SMTP id e32-20020a635020000000b0038247817f4cmr968505pgb.230.1648238864561; Fri, 25 Mar 2022 13:07:44 -0700 (PDT) Received: from localhost.localdomain ([223.233.78.42]) by smtp.gmail.com with ESMTPSA id j23-20020a17090ae61700b001c6bb352763sm6643590pjy.52.2022.03.25.13.07.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Mar 2022 13:07:43 -0700 (PDT) From: Bhupesh Sharma To: netdev@vger.kernel.org Cc: bhupesh.sharma@linaro.org, bhupesh.linux@gmail.com, vkoul@kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, Rob Herring Subject: [PATCH v4 net-next 1/1] dt-bindings: net: qcom,ethqos: Document SM8150 SoC compatible Date: Sat, 26 Mar 2022 01:37:31 +0530 Message-Id: <20220325200731.1585554-1-bhupesh.sharma@linaro.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org From: Vinod Koul SM8150 has an ethernet controller and it needs a different configuration, so add a new compatible for this. Acked-by: Rob Herring Signed-off-by: Vinod Koul [bhsharma: Massage the commit log] Signed-off-by: Bhupesh Sharma --- Changes since v3: ----------------- - v3 can be seen here: https://lore.kernel.org/lkml/20220303084824.284946-4-bhupesh.sharma@linaro.org/T/ - Bjorn requested that this patch be sent to networking list separately, so that patch can be easily reviewed and merged. Documentation/devicetree/bindings/net/qcom,ethqos.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.txt b/Documentation/devicetree/bindings/net/qcom,ethqos.txt index fcf5035810b5..1f5746849a71 100644 --- a/Documentation/devicetree/bindings/net/qcom,ethqos.txt +++ b/Documentation/devicetree/bindings/net/qcom,ethqos.txt @@ -7,7 +7,9 @@ This device has following properties: Required properties: -- compatible: Should be qcom,qcs404-ethqos" +- compatible: Should be one of: + "qcom,qcs404-ethqos" + "qcom,sm8150-ethqos" - reg: Address and length of the register set for the device -- 2.35.1