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=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 B4827C35256 for ; Thu, 17 Sep 2020 10:42:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6807E2087D for ; Thu, 17 Sep 2020 10:42:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600339360; bh=gy8U2QyK7FA3oszU5eMf1AkLkHOVCWR0cFC/jkI+EWI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=0qdtquofH0i0vnarNocec1yMYJnLzvNHOOdJxpomSvuUk+YJhNA3dYW86F/91udVT 3UK5kVa4Eh6yovQMadx6Q7mrshppIskywIxW3tJwAgkH824l3bhlgfG9FEcf1Ce1UZ +3XYUAXJqhsjmsaErjtRq3kituagWouKTMt621cc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726646AbgIQKmi (ORCPT ); Thu, 17 Sep 2020 06:42:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:53428 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726217AbgIQKmX (ORCPT ); Thu, 17 Sep 2020 06:42:23 -0400 Received: from mail.kernel.org (ip5f5ad5d2.dynamic.kabel-deutschland.de [95.90.213.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F0E3A21655; Thu, 17 Sep 2020 10:42:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600339342; bh=gy8U2QyK7FA3oszU5eMf1AkLkHOVCWR0cFC/jkI+EWI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yb56uqW5yXz27xtwSTlfMPWQ1mVCPPSRzfWV4cJLJFtdqLC7IuJIsPRCDHL9Ca7/+ GLy7yKKoYr48K5qUoXEzvqKDr4nsW+G1L6MigshWaZ40Y24fOsHetFK/4Uukd7/BKW Gg/0eKsUDFx7Rs1UdBW7gdu2sIpJ3qq54Cov0pPs= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kIrMp-005WZb-P0; Thu, 17 Sep 2020 12:42:19 +0200 From: Mauro Carvalho Chehab To: Greg KH Cc: linuxarm@huawei.com, mauro.chehab@huawei.com, Mauro Carvalho Chehab , "John Stultz" , "Manivannan Sadhasivam" , "Vinod Koul" , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 5/8] staging: hikey9xx: phy-hi3670-usb3.txt: use a consistent namespace Date: Thu, 17 Sep 2020 12:42:09 +0200 Message-Id: <49c2f648516e62d75d339edf42a029bac138e6c0.1600338981.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While this driver is not used yet, use a more consistent namespace, similar to the PHY layer for Kirin 960 (hi3660). Signed-off-by: Mauro Carvalho Chehab --- drivers/staging/hikey9xx/phy-hi3670-usb3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hikey9xx/phy-hi3670-usb3.txt b/drivers/staging/hikey9xx/phy-hi3670-usb3.txt index 4cb02612ff23..2fb27cb8beaf 100644 --- a/drivers/staging/hikey9xx/phy-hi3670-usb3.txt +++ b/drivers/staging/hikey9xx/phy-hi3670-usb3.txt @@ -2,7 +2,7 @@ Hisilicon Kirin970 usb PHY ----------------------- Required properties: -- compatible: should be "hisilicon,kirin970-usb-phy" +- compatible: should be "hisilicon,hi3670-usb-phy" - #phy-cells: must be 0 - hisilicon,pericrg-syscon: phandle of syscon used to control phy. - hisilicon,pctrl-syscon: phandle of syscon used to control phy. @@ -14,7 +14,7 @@ Refer to phy/phy-bindings.txt for the generic PHY binding properties Example: usb_phy: usbphy { - compatible = "hisilicon,kirin970-usb-phy"; + compatible = "hisilicon,hi3670-usb-phy"; #phy-cells = <0>; hisilicon,pericrg-syscon = <&crg_ctrl>; hisilicon,pctrl-syscon = <&pctrl>; -- 2.26.2