Received: by 10.213.65.68 with SMTP id h4csp1729044imn; Mon, 19 Mar 2018 11:37:33 -0700 (PDT) X-Google-Smtp-Source: AG47ELt4o7hE0xUSrcTZyrD5itQTMIwuEruoEVTLKpjVmJeYki80hk/f3/9pA6qwR+yJmpnEVIob X-Received: by 2002:a17:902:b582:: with SMTP id a2-v6mr13723659pls.353.1521484652973; Mon, 19 Mar 2018 11:37:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521484652; cv=none; d=google.com; s=arc-20160816; b=odCxzuqnNvNI2uVG/m6f40DfJvt9Ca3l/uLz0lNYC24HqhTlIxj8FMHn+83rYpTaS+ SMA0IiUw0CmxRQ6bM5fchNBWEIpb4HzCBaMLGaXPXx+NOdFPhtng0BUw4IaIdfoA4IKv iI6ejiuKT4d+mwFqzApOj8UL/kLkPYUyPJita6H49wGbdmp4Rj0IGGd2W4ZzSroXNfJp tz0hvoHOY7XRBl1Vrj+U/giiyWxKOEUld4MTa0iI22M5pddhFbnPknVHgXduQ/n5JZuw Vuat22FWVxik+q5Nxuq1x4KGPK3hxAd+Xe7BHwshjJVWvX5fJzq5JbDknIVKOjw5STMY HVsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=O/bzCgYoVdQeGEFqq8Tz8arUJFt/WRXTdsivyn9m8+U=; b=OAGlfb3S9Kl70VGEADKfhFxPOIgUvq+k9H1MwZVUKE4BKoln5Sn9jVe+TAGOfJ/6GZ /Rs3lNLxq0fGuF5fwLDNjs7Wxau9du6GSSw7/qbfFS8Hat9c0rvcLEHUvwBHiEUk/LDf klPfTLiqqYSQIvnAo1huFrjFUz884eS1D2n3EK1fs1uDvkp/8yXfVgcJelkFsws2OtEp hSus6lAnUroZVClMlQ2uqgK5Tlyge0BXmmpMI5oANrfKfImE58XKvA0HA8EJDDihb5+y foCH5xLB6ud4EXKb4sOgcbHHAmfKWcxIflFo2YNXHfNey6Sm/gfSb7OxQpIdv+lBtqKJ IWAQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t125si348343pgc.6.2018.03.19.11.37.18; Mon, 19 Mar 2018 11:37:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032159AbeCSSdE (ORCPT + 99 others); Mon, 19 Mar 2018 14:33:04 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54122 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032135AbeCSSc7 (ORCPT ); Mon, 19 Mar 2018 14:32:59 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A914F1292; Mon, 19 Mar 2018 18:32:58 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Al Cooper , Florian Fainelli , Kishon Vijay Abraham I Subject: [PATCH 4.15 49/52] phy: phy-brcm-usb: Fix two DT properties to match bindings doc Date: Mon, 19 Mar 2018 19:08:47 +0100 Message-Id: <20180319180737.661657538@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180319180734.976730813@linuxfoundation.org> References: <20180319180734.976730813@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Al Cooper commit 5e498ff117c19fd80181b5bb09ecb024b552ece8 upstream. Change "brcm,has_xhci" and "brcm,has_eohci" device tree properties to the preferred "brcm,has-xhci" and "brcm,has-eohci". This also matches the existing device tree bindings document. Fixes: 49859e55e364 ("phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driver") Signed-off-by: Al Cooper Acked-by: Florian Fainelli Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Greg Kroah-Hartman --- drivers/phy/broadcom/phy-brcm-usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/phy/broadcom/phy-brcm-usb.c +++ b/drivers/phy/broadcom/phy-brcm-usb.c @@ -338,9 +338,9 @@ static int brcm_usb_phy_probe(struct pla ARRAY_SIZE(brcm_dr_mode_to_name), mode, &priv->ini.mode); } - if (of_property_read_bool(dn, "brcm,has_xhci")) + if (of_property_read_bool(dn, "brcm,has-xhci")) priv->has_xhci = true; - if (of_property_read_bool(dn, "brcm,has_eohci")) + if (of_property_read_bool(dn, "brcm,has-eohci")) priv->has_eohci = true; err = brcm_usb_phy_dvr_init(dev, priv, dn);