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=-9.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 09243C76195 for ; Thu, 18 Jul 2019 03:04:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D93EA2173E for ; Thu, 18 Jul 2019 03:04:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563419056; bh=NmyN07zSY2XCpVkgac0K7Y/h97VTP+VVuAbKMHxoEL8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=OOHyy05ATrNVy2rS4WnC6QWCWenvPNrEhDqwy81Xvm+WM86gGooIAijE9rFtlFD8Y Q6RQdRVEx6Cj+/CIJCiFTwU51NtqfzuW8+Rc4/y54NpjMfrp9+uTUM0CQQIrZ3EbJm RP4GQa+GlDhlW07IsNjf1OwecmwQNUdztpdQMtDM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389639AbfGRDEM (ORCPT ); Wed, 17 Jul 2019 23:04:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:35114 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389593AbfGRDEL (ORCPT ); Wed, 17 Jul 2019 23:04:11 -0400 Received: from localhost (115.42.148.210.bf.2iij.net [210.148.42.115]) (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 59C642173E; Thu, 18 Jul 2019 03:04:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563419050; bh=NmyN07zSY2XCpVkgac0K7Y/h97VTP+VVuAbKMHxoEL8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EQUOSjVjMy/7iKPjT7ZJZJrpbWaceD+lAGMcv9urjkW/4zMvgnfUX9X2h3NbrR0uf S+8pmbE+M1GxxdZGblPy+tO7/DzfayKUepTF5ua1JkYUq3t65YYDIkndi5W2UsaWNB sXxZBWkMkHSVjuuBQkCAO+K/+vUjmIGUhjE/7WGE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Linus Walleij , Sasha Levin Subject: [PATCH 5.1 16/54] ARM: dts: gemini Fix up DNS-313 compatible string Date: Thu, 18 Jul 2019 12:01:11 +0900 Message-Id: <20190718030054.681329853@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190718030053.287374640@linuxfoundation.org> References: <20190718030053.287374640@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org [ Upstream commit 36558020128b1a48b7bddd5792ee70e3f64b04b0 ] It's a simple typo in the DNS file, which was pretty serious. No scripts were working properly. Fix it up. Signed-off-by: Linus Walleij Signed-off-by: Sasha Levin --- arch/arm/boot/dts/gemini-dlink-dns-313.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/gemini-dlink-dns-313.dts b/arch/arm/boot/dts/gemini-dlink-dns-313.dts index b12504e10f0b..360642a02a48 100644 --- a/arch/arm/boot/dts/gemini-dlink-dns-313.dts +++ b/arch/arm/boot/dts/gemini-dlink-dns-313.dts @@ -11,7 +11,7 @@ / { model = "D-Link DNS-313 1-Bay Network Storage Enclosure"; - compatible = "dlink,dir-313", "cortina,gemini"; + compatible = "dlink,dns-313", "cortina,gemini"; #address-cells = <1>; #size-cells = <1>; -- 2.20.1