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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 6F3B5C43467 for ; Wed, 14 Oct 2020 20:18:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1C29922250 for ; Wed, 14 Oct 2020 20:18:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602706711; bh=0MyUw0Y3gJD9KhX/3YhqYIS6k+1q8f/JNR3G4Oc+mO0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KGKrt0b7oYi7gqlbN5T2zM4ApeyGX9ly3fTobkcfawl42gEPp1q//+Ux0oFyHbZie vEAhGXrb9zqdSxCEvYAH6uBH24SZ4QNxmwF+No1IbNEjBjlL636IvDWCor7A+vFVja zCjYfOvxr1THma41xk5bUR+hI4aOvoxELCPjP05s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730034AbgJNUSZ (ORCPT ); Wed, 14 Oct 2020 16:18:25 -0400 Received: from mail-ej1-f66.google.com ([209.85.218.66]:45651 "EHLO mail-ej1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726111AbgJNUSY (ORCPT ); Wed, 14 Oct 2020 16:18:24 -0400 Received: by mail-ej1-f66.google.com with SMTP id dt13so303158ejb.12; Wed, 14 Oct 2020 13:18:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0MyUw0Y3gJD9KhX/3YhqYIS6k+1q8f/JNR3G4Oc+mO0=; b=OskOucAhDFwQ2kcgHj7hRJfshk9+krQ98eV7j8tLUdRWynKfnRfAyVgH6cQuzzldQM IoaXxnYeBZgErj2W6GobcC/hR9saMe44H1xW0NR7n/mFJpJYftYXqrM6Pzl/r8h4UdRL ND9+iSWwaQvBHcKCB+gm3vHduhDaZjQA5NSFEl01f4dXlOflsA/hU2KZPZo98MM2RI8w wdtreyoL5WALjHHTJhj9Et2gaVjhYQrNMRb/KPEekhgQ5Cg3VCtfsRfB6dkKEzxcmz0K lab2atL/5m1jxaSxJYGdjleJlmIKOgmC7QFavtDMIuhnKohrz8ns5UtrrYJ/rhQcTF0e wnVQ== X-Gm-Message-State: AOAM531iEakl9PneyfCXMlchOlYHizdaCb39Oz5Da3GBSTuajKeQaRNf GjifmRWwg7zEDN11GXOvbBE= X-Google-Smtp-Source: ABdhPJyD9mvSdzTeswKoJSSkNRNYZJV/A491oP4RLt7gITN4T+XTScFWRX+EpK8W5zlRYXEzJ8uEig== X-Received: by 2002:a17:906:1e45:: with SMTP id i5mr798232ejj.203.1602706702595; Wed, 14 Oct 2020 13:18:22 -0700 (PDT) Received: from kozik-lap ([194.230.155.171]) by smtp.googlemail.com with ESMTPSA id i18sm222556ejr.59.2020.10.14.13.18.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Oct 2020 13:18:21 -0700 (PDT) Date: Wed, 14 Oct 2020 22:18:18 +0200 From: Krzysztof Kozlowski To: Serge Semin Cc: Mathias Nyman , Felipe Balbi , Greg Kroah-Hartman , Rob Herring , Serge Semin , Alexey Malahov , Pavel Parkhomenko , Andy Gross , Bjorn Andersson , Manu Gautam , Roger Quadros , Lad Prabhakar , Yoshihiro Shimoda , Neil Armstrong , Kevin Hilman , linux-arm-kernel@lists.infradead.org, linux-snps-arc@lists.infradead.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 11/20] dt-bindings: usb: dwc3: Add synopsys,dwc3 compatible string Message-ID: <20201014201818.GA6926@kozik-lap> References: <20201014101402.18271-1-Sergey.Semin@baikalelectronics.ru> <20201014101402.18271-12-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201014101402.18271-12-Sergey.Semin@baikalelectronics.ru> Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Wed, Oct 14, 2020 at 01:13:53PM +0300, Serge Semin wrote: > The DWC USB3 driver and some DTS files like Exynos 5250, Keystone k2e, etc > expects the DWC USB3 DT node to have the compatible string with the > "synopsys" vendor prefix. Let's add the corresponding compatible string to > the controller DT schema, but mark it as deprecated seeing the Synopsys, > Inc. is presented with just "snps" vendor prefix. Instead of adding deprecated schema just correct the DTSes to use snps. The "synopsys" is not even in vendor prefixes. Best regards, Krzysztof 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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 544E9C43457 for ; Wed, 14 Oct 2020 20:18:31 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DCE582224D for ; Wed, 14 Oct 2020 20:18:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="TgDDoDg+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DCE582224D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AB4P4PhYmUn22YfFhi7WZBUZHk0I74Mq2QdUQaX4edI=; b=TgDDoDg+tsMNJH0NVt6tUCGOn PnWTdqJMzSvTxqcQ3sx6aFKJEzQtioVsD1gJX5hM5k/mH/rVEzLahzpczbvHwbI8+h9ZYLOYol+VB 3QLCRUSnXfyzo5modJZspmNB9NM9EwN7DJ8Fg11dwEzHc1aedeAMnHoHbDuZMihWX/xL5i55JQgmj h49IN8BQNdbvu40tw3vnqiFYqXwkbQFVAhM5U1/m2WGaKelHGXoBfC0cWJs4un6eel8Qx4QRxdhHH yniTbiJ658wf/m3XiNVXm0m3x7Dzaf2O6uCxIchpwRyD23SqsxgaudbQ9QGwsRybdUivdfKZzWG67 cd383wQDw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSnED-0007hC-MP; Wed, 14 Oct 2020 20:18:29 +0000 Received: from mail-ej1-f67.google.com ([209.85.218.67]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSnE8-0007fz-LB; Wed, 14 Oct 2020 20:18:25 +0000 Received: by mail-ej1-f67.google.com with SMTP id ce10so353440ejc.5; Wed, 14 Oct 2020 13:18:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0MyUw0Y3gJD9KhX/3YhqYIS6k+1q8f/JNR3G4Oc+mO0=; b=BsaRNQJbEsHWX5ka+ZHr9uLwaAvz4NCMK8TbaDOuu0ArFVSx6yQVNN89itsXrwHDfz u1KkdaT0IobaNpfcVLZetuWqj15vPZ7u2PW87vUDjpetsVdtmQK3szur5MSMX5Q0OWci ZTdPA2TbUCIKpR/MNaJOGN8TlFvaZR7I+XWX+0/UQsjc4YYcLj5O6M4LmwKIp9tcaSli m84T4D/mLjv0KlSFV07s1dfofx9e8VjqWNmJS7X4bIPdw5BJ2AhjzTNtvvyulwbKKJg8 R52gaefVSXHBIAiv9kBOSbKpmFxwrZepUNap9uOgiHUlLIW9nWwiQk/IdjQqkz5kfKF6 NFuA== X-Gm-Message-State: AOAM533UgyXN1PdgCjWniBdXMRv330KjgAXelmzIshfXhozXm5eWBWP4 /F0mk8ERjzpH28ZSmXqCTXI= X-Google-Smtp-Source: ABdhPJyD9mvSdzTeswKoJSSkNRNYZJV/A491oP4RLt7gITN4T+XTScFWRX+EpK8W5zlRYXEzJ8uEig== X-Received: by 2002:a17:906:1e45:: with SMTP id i5mr798232ejj.203.1602706702595; Wed, 14 Oct 2020 13:18:22 -0700 (PDT) Received: from kozik-lap ([194.230.155.171]) by smtp.googlemail.com with ESMTPSA id i18sm222556ejr.59.2020.10.14.13.18.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Oct 2020 13:18:21 -0700 (PDT) Date: Wed, 14 Oct 2020 22:18:18 +0200 From: Krzysztof Kozlowski To: Serge Semin Subject: Re: [PATCH 11/20] dt-bindings: usb: dwc3: Add synopsys,dwc3 compatible string Message-ID: <20201014201818.GA6926@kozik-lap> References: <20201014101402.18271-1-Sergey.Semin@baikalelectronics.ru> <20201014101402.18271-12-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201014101402.18271-12-Sergey.Semin@baikalelectronics.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201014_161824_700723_A192DC0A X-CRM114-Status: GOOD ( 10.46 ) X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , linux-kernel@vger.kernel.org, Pavel Parkhomenko , Kevin Hilman , Andy Gross , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Lad Prabhakar , Alexey Malahov , Rob Herring , Bjorn Andersson , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , Manu Gautam , linuxppc-dev@lists.ozlabs.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org On Wed, Oct 14, 2020 at 01:13:53PM +0300, Serge Semin wrote: > The DWC USB3 driver and some DTS files like Exynos 5250, Keystone k2e, etc > expects the DWC USB3 DT node to have the compatible string with the > "synopsys" vendor prefix. Let's add the corresponding compatible string to > the controller DT schema, but mark it as deprecated seeing the Synopsys, > Inc. is presented with just "snps" vendor prefix. Instead of adding deprecated schema just correct the DTSes to use snps. The "synopsys" is not even in vendor prefixes. Best regards, Krzysztof _______________________________________________ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc 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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 9198EC433E7 for ; Wed, 14 Oct 2020 20:20:01 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7591B2222C for ; Wed, 14 Oct 2020 20:20:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7591B2222C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CBP0Y4pFKzDqwC for ; Thu, 15 Oct 2020 07:19:57 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.218.68; helo=mail-ej1-f68.google.com; envelope-from=k.kozlowski.k@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-ej1-f68.google.com (mail-ej1-f68.google.com [209.85.218.68]) (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 lists.ozlabs.org (Postfix) with ESMTPS id 4CBNyr07lbzDqQx for ; Thu, 15 Oct 2020 07:18:26 +1100 (AEDT) Received: by mail-ej1-f68.google.com with SMTP id qp15so366265ejb.3 for ; Wed, 14 Oct 2020 13:18:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0MyUw0Y3gJD9KhX/3YhqYIS6k+1q8f/JNR3G4Oc+mO0=; b=Gs3ULYV/XNVwoFHLwo5HnE1eGbahQzl1vCBlXegN4ZkA1VB8idfCvkkR/RuCFXNWvn g2WCSfyKvuh3i5Ftn7Woom/f/Zze/6IAny8Kof0bTEV2Vl+GWml90rGtTneoqYU2WIU/ ZkaB5pWRufR4Qcf7T8LFbeQKNmZHoa1LL4npk5mNZRFv3I1RFdXoFhGrY4hm7exCSgGX db4asEvM+U5e30kOcBA7VG0PiyOe1mkc0gFObEhbmsRRlN+RtyDI5UadONLJHex0hJbp fwIWKFRUe6WdlchRV/+ZUqOkmP7qi+a3VrmDFK1wV3axNpvl3MtIyYWXDLs7vEeJ0rA8 BoHQ== X-Gm-Message-State: AOAM531RdWb1Ti8bm0lbYTAb/JyyxrQBCNAhdIl6ciJ5D78d5ueHgnye KRfpcpwh54jI2drmaxLFtFY= X-Google-Smtp-Source: ABdhPJyD9mvSdzTeswKoJSSkNRNYZJV/A491oP4RLt7gITN4T+XTScFWRX+EpK8W5zlRYXEzJ8uEig== X-Received: by 2002:a17:906:1e45:: with SMTP id i5mr798232ejj.203.1602706702595; Wed, 14 Oct 2020 13:18:22 -0700 (PDT) Received: from kozik-lap ([194.230.155.171]) by smtp.googlemail.com with ESMTPSA id i18sm222556ejr.59.2020.10.14.13.18.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Oct 2020 13:18:21 -0700 (PDT) Date: Wed, 14 Oct 2020 22:18:18 +0200 From: Krzysztof Kozlowski To: Serge Semin Subject: Re: [PATCH 11/20] dt-bindings: usb: dwc3: Add synopsys,dwc3 compatible string Message-ID: <20201014201818.GA6926@kozik-lap> References: <20201014101402.18271-1-Sergey.Semin@baikalelectronics.ru> <20201014101402.18271-12-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201014101402.18271-12-Sergey.Semin@baikalelectronics.ru> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , linux-kernel@vger.kernel.org, Pavel Parkhomenko , Kevin Hilman , Andy Gross , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Lad Prabhakar , Alexey Malahov , Rob Herring , Bjorn Andersson , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , Manu Gautam , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, Oct 14, 2020 at 01:13:53PM +0300, Serge Semin wrote: > The DWC USB3 driver and some DTS files like Exynos 5250, Keystone k2e, etc > expects the DWC USB3 DT node to have the compatible string with the > "synopsys" vendor prefix. Let's add the corresponding compatible string to > the controller DT schema, but mark it as deprecated seeing the Synopsys, > Inc. is presented with just "snps" vendor prefix. Instead of adding deprecated schema just correct the DTSes to use snps. The "synopsys" is not even in vendor prefixes. Best regards, Krzysztof 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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 0BA55C433E7 for ; Wed, 14 Oct 2020 20:20:15 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8CA192222C for ; Wed, 14 Oct 2020 20:20:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lQQUgs9t" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8CA192222C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=OdFDpU3Ht+9xKBn1F0nFdDb3Vqt3pmcFwZjw37mjD8Y=; b=lQQUgs9tLo6o0HZgA5h5LtU/K FfngyQNwKsEFBWWsuVBaodQjXd3+PAo9FadxF2W1/32ykXeF2vV1wiw5QPOP9by3GD4ycPdhy6jeU 2YL0+G2dovDU/NL8qcX/h7aehYde9CC1Je1xZ3k/IhxZaj7qD0BrwEobuqYwNXQbObgN6m/RZoo8e AdAsvu9IqktA7qUkEp4j7Berk98pbv4xCbX1JcruxaM9Ba81UNdHSqLXdAWi73bGS+JmgEy9MCGOW 8Yk3P0CoEWuIYfYu4+4WcLYd0827YLmn4JMauiCNaNcFwc0rGvme7Tt6BLyZOFiqzBB9pNbdmV6Dq dKV5aVoEA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSnEB-0007go-NJ; Wed, 14 Oct 2020 20:18:27 +0000 Received: from mail-ej1-f67.google.com ([209.85.218.67]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kSnE8-0007fz-LB; Wed, 14 Oct 2020 20:18:25 +0000 Received: by mail-ej1-f67.google.com with SMTP id ce10so353440ejc.5; Wed, 14 Oct 2020 13:18:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0MyUw0Y3gJD9KhX/3YhqYIS6k+1q8f/JNR3G4Oc+mO0=; b=BsaRNQJbEsHWX5ka+ZHr9uLwaAvz4NCMK8TbaDOuu0ArFVSx6yQVNN89itsXrwHDfz u1KkdaT0IobaNpfcVLZetuWqj15vPZ7u2PW87vUDjpetsVdtmQK3szur5MSMX5Q0OWci ZTdPA2TbUCIKpR/MNaJOGN8TlFvaZR7I+XWX+0/UQsjc4YYcLj5O6M4LmwKIp9tcaSli m84T4D/mLjv0KlSFV07s1dfofx9e8VjqWNmJS7X4bIPdw5BJ2AhjzTNtvvyulwbKKJg8 R52gaefVSXHBIAiv9kBOSbKpmFxwrZepUNap9uOgiHUlLIW9nWwiQk/IdjQqkz5kfKF6 NFuA== X-Gm-Message-State: AOAM533UgyXN1PdgCjWniBdXMRv330KjgAXelmzIshfXhozXm5eWBWP4 /F0mk8ERjzpH28ZSmXqCTXI= X-Google-Smtp-Source: ABdhPJyD9mvSdzTeswKoJSSkNRNYZJV/A491oP4RLt7gITN4T+XTScFWRX+EpK8W5zlRYXEzJ8uEig== X-Received: by 2002:a17:906:1e45:: with SMTP id i5mr798232ejj.203.1602706702595; Wed, 14 Oct 2020 13:18:22 -0700 (PDT) Received: from kozik-lap ([194.230.155.171]) by smtp.googlemail.com with ESMTPSA id i18sm222556ejr.59.2020.10.14.13.18.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Oct 2020 13:18:21 -0700 (PDT) Date: Wed, 14 Oct 2020 22:18:18 +0200 From: Krzysztof Kozlowski To: Serge Semin Subject: Re: [PATCH 11/20] dt-bindings: usb: dwc3: Add synopsys,dwc3 compatible string Message-ID: <20201014201818.GA6926@kozik-lap> References: <20201014101402.18271-1-Sergey.Semin@baikalelectronics.ru> <20201014101402.18271-12-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201014101402.18271-12-Sergey.Semin@baikalelectronics.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201014_161824_700723_A192DC0A X-CRM114-Status: GOOD ( 10.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , linux-kernel@vger.kernel.org, Pavel Parkhomenko , Kevin Hilman , Andy Gross , linux-snps-arc@lists.infradead.org, devicetree@vger.kernel.org, Mathias Nyman , Lad Prabhakar , Alexey Malahov , Rob Herring , Bjorn Andersson , linux-arm-kernel@lists.infradead.org, Roger Quadros , Felipe Balbi , Greg Kroah-Hartman , Yoshihiro Shimoda , linux-usb@vger.kernel.org, linux-mips@vger.kernel.org, Serge Semin , Manu Gautam , linuxppc-dev@lists.ozlabs.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Oct 14, 2020 at 01:13:53PM +0300, Serge Semin wrote: > The DWC USB3 driver and some DTS files like Exynos 5250, Keystone k2e, etc > expects the DWC USB3 DT node to have the compatible string with the > "synopsys" vendor prefix. Let's add the corresponding compatible string to > the controller DT schema, but mark it as deprecated seeing the Synopsys, > Inc. is presented with just "snps" vendor prefix. Instead of adding deprecated schema just correct the DTSes to use snps. The "synopsys" is not even in vendor prefixes. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel