Received: by 10.192.165.156 with SMTP id m28csp1170348imm; Wed, 11 Apr 2018 13:49:19 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+XQCK876WZ9gxYnlkaIZ2e7bTeEA2tWr6Np7dKcIF4gFRbzlYf9fiAIWwHIuYjhNez2eZV X-Received: by 2002:a17:902:6786:: with SMTP id g6-v6mr6545175plk.362.1523479759582; Wed, 11 Apr 2018 13:49:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523479759; cv=none; d=google.com; s=arc-20160816; b=jQOYG1aEJ/1PPljXLKEOjoU6eMFXmXJw9PoV8lZAa66uiitSjK9Zki3Sr1LPNeSqsm eoQJLe9qeZwpPJAwtf50mIuI5vHCaCQeIMNAPiFpYGUYdEzAGnvIeyP3JojMsmPoGoQh 1ALvkuypEqpMFaGfAEG0xJB0/H4KF6KdJNGSfcjvswh/MzhANIAhktDbYwys2z4/a8HJ 3WZ4yw4pDiInf21ZpkwyIyLkrM2TDlT1hybVlm2jfM2JLBOKVOcoCYt8710H3rx2cyAg uKT1+CFymVXV8MbAR0NulcnNjVFM6KzRrOloZ4HV7i7fe68CXIiNsHYcVmQOMtqHoLQV SDVg== 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=CDoVQzb2diYswqU+j6tXmikOCh29ygUOhFm8urEw5TI=; b=KDFYX7Vy+XBbmkcHvmd3gke2xLAoz8s2kpscIFnTgi4ACMzilz0EFH2+KW9ysH6nE3 uNamRr2JY2CTDyeIcMbQsDJD2d0s1ASpSaoSX7wo6x2GmfU366gNfbn4xqrmOw/tUvJb 5cDBrDSYBtvgKAQ/AgkyWQxhaIPecDrMx5wfZl4Gzk/2GHdxuoinSYfP3b6Qu3Ma3Sy2 Y0oTm5YE+Ihpa9JnEq6gJZpgvYp4jCr0lHCBDJlfOFKK2Xbhl1F+cMkqxMXlseGEn6bQ 0R1gOITfBsx9q2qTeamlrDoLNPL4AftooFWjM4cGuOtfaRZid1N8rXST+J6SV8Yng7Zi bhuw== 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 l20si1346720pff.297.2018.04.11.13.48.42; Wed, 11 Apr 2018 13:49:19 -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 S1756022AbeDKUp1 (ORCPT + 99 others); Wed, 11 Apr 2018 16:45:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59120 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755816AbeDKSrB (ORCPT ); Wed, 11 Apr 2018 14:47:01 -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 DA6AAD91; Wed, 11 Apr 2018 18:47:00 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Rasmus Villemoes , Shawn Guo , Sasha Levin Subject: [PATCH 4.4 081/190] ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node Date: Wed, 11 Apr 2018 20:35:27 +0200 Message-Id: <20180411183555.304361791@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180411183550.114495991@linuxfoundation.org> References: <20180411183550.114495991@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.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Rasmus Villemoes [ Upstream commit d5c7b4d5ac2237a6da7ced3adfe6b8bf769f8cc6 ] Commit a22950c888e3 (mmc: sdhci-of-esdhc: add quirk SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021a) added logic to the driver to enable the broken timeout val quirk for ls1021a, but did not add the corresponding compatible string to the device tree, so it didn't really have any effect. Fix that. Signed-off-by: Rasmus Villemoes Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/ls1021a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -132,7 +132,7 @@ }; esdhc: esdhc@1560000 { - compatible = "fsl,esdhc"; + compatible = "fsl,ls1021a-esdhc", "fsl,esdhc"; reg = <0x0 0x1560000 0x0 0x10000>; interrupts = ; clock-frequency = <0>;