Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp2983545imm; Sun, 1 Jul 2018 09:40:56 -0700 (PDT) X-Google-Smtp-Source: AAOMgpc/N/cTkJSxAikPIo94/X9F7vFK24NYwcSVlr/Iekklg8bL1RUv/Iz8NdtoIUANYjoQkJAn X-Received: by 2002:a62:c00c:: with SMTP id x12-v6mr12165266pff.216.1530463256775; Sun, 01 Jul 2018 09:40:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530463256; cv=none; d=google.com; s=arc-20160816; b=uWIcw43qOg5E3g6H0L43MEKMXCAI4ktHe6xuECxGhEnsRJrJ5oZ/RXdZNgVWhfW/nb IiqB4IzkT3VAXB0+GyjlfchWMmLf2EknSh++hq9kLKvsOQOi2yIolyLzORA4XYvfudNF /1qzfc5btUdKu0GnJehVZTzfSS7TKbein5Mv55VXCWCxG1qAFep+A76xISjvIOrElKcP vO6s9BTJ1vrv6sGSQ39sKNegApQE3yT7Q6vMtMIiTBfI+N+KhOjWqcJGKy04fx+6otLS /AXE2NSX/vtOTBwOdoDc1v1vxlqgISQnN6d+tQQ9BepDrIDLZdFV5U6m8C7woXlndeZI WlYw== 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=o5tyWrXkJNPa+j4VUFjwc2k5Wi6mKY6MNUWypjKVvAg=; b=ZoBbiSthBO8wS0Kt3UQDv9UdOGt2r+8pmT/Evo3DqgwXNWwb+xbAXQfw5OVo5/5gqC 3einMYtULmY9nqWIzXIHFbPqbRhIKA3NN6MgQkOESkoouksWIcb2Rw2Cy0OE9zuU/Pun NkygAJgOaY0D4FHo4zGu7hvG9XeNrKZrCxpxdrNDgj+VuC6RpApzYcPPVl4Uo/YOSANm EpcT5LfgZLndzvrmsFoi3d9BED6Tp6WM5ibTzuAqH9NmgyXXpu1WVHbPE2cyTaWUiTqz XLTfsF908pg8z388IyRatVxYe0Ygdpu6o9r2jrEYmnTY8AkS2Qk4ShnBW7f0fXKcveTi Vr+g== 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 i5-v6si14921662pfe.27.2018.07.01.09.40.42; Sun, 01 Jul 2018 09:40:56 -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 S1031802AbeGAQjl (ORCPT + 99 others); Sun, 1 Jul 2018 12:39:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36956 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031768AbeGAQji (ORCPT ); Sun, 1 Jul 2018 12:39:38 -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 C8DC4AA6; Sun, 1 Jul 2018 16:39:36 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Marek Vasut , Steffen Trumtrar , Dinh Nguyen Subject: [PATCH 4.17 066/220] ARM: dts: socfpga: Fix NAND controller clock supply Date: Sun, 1 Jul 2018 18:21:30 +0200 Message-Id: <20180701160911.166011201@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180701160908.272447118@linuxfoundation.org> References: <20180701160908.272447118@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.17-stable review patch. If anyone has any objections, please let me know. ------------------ From: Marek Vasut commit 4eda9b766b042ea38d84df91581b03f6145a2ab0 upstream. The Denali NAND x-clock should be supplied by nand_x_clk, not by nand_clk. Fix this, otherwise the Denali driver gets incorrect clock frequency information and incorrectly configures the NAND timing. Cc: stable@vger.kernel.org Signed-off-by: Marek Vasut Fixes: d837a80d19 ("ARM: dts: socfpga: add nand controller nodes") Cc: Steffen Trumtrar Signed-off-by: Dinh Nguyen Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/socfpga.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -754,7 +754,7 @@ reg-names = "nand_data", "denali_reg"; interrupts = <0x0 0x90 0x4>; dma-mask = <0xffffffff>; - clocks = <&nand_clk>; + clocks = <&nand_x_clk>; status = "disabled"; };