Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6243545ybi; Wed, 31 Jul 2019 10:46:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqzQXGhmZQHlkb8YbPPSKON3N66PxeYCD4ZBCzpZ7Gkc5QuZapwx9rSHttu2mctHoNSZHVaY X-Received: by 2002:a17:902:8207:: with SMTP id x7mr121946532pln.63.1564595184340; Wed, 31 Jul 2019 10:46:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564595184; cv=none; d=google.com; s=arc-20160816; b=OBA7G/JUeuPBNnIWT/lDNqsqjWOAytjyuG9v+9Pk0fIr0LvbCVoFpbrGyjnCml6bgp 4lphWtbOT5fsBBhWEC4Z65TuhWEI5zsjKhfo7MDIinzSlB8WE+eB2J0S8HTYTw4k5Kw4 /Ue6FVqdtCW0x2zfuKcaBv6MJdX7VT3WE9KhmXzL/WoNxJ13wtHmEE+XurbedIM0AAd2 CNONl/RdUq6owSNRpIpMTk7J6YgEha0Rlj94fD6B4epvtjzfpB243hI7KI8UrhR1zFN3 D+6Q6zaJRY8I2fj8cj3AYSRuiMBCUrKspwQ2AHni9qRjTWa+cQUfdO+Qjk7FMd/idK37 2GUQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:to:from; bh=Bkx/FtUX5ZLxs8S589mO83JIohfxJEHpQrysnYMrBTU=; b=R/9BZWILehCy+i9mpzrK3obGB3yUj3lLVYQxos6FZlBGjvF1MJBA7CPncZoNBbV8T5 62Z4Ff8gNALCZ9M/a/c4ZaKsMIo59XkVzPwFqfDHsDQ+T1aD0COI0h+u/JjTaKReEXy9 N6J9xrJeTTLKybfcb0M3OAqmHSv2xVcji/ZQfpYO792QuPt1ypuepq6L64ZdJbQA0KAj Aoua9rMuNELpU170rBBUBbZf8C1EUtyOp7IdsNUKVjXGNGNhAUzKN90+lY0CS4bvOSzm 5gQ3O/OdMiV3piNwhZFSkheVZWD5U3YIEiH7y2zkj2mSLIm52pxGwC6u6I+nfDTbbHTh zndg== 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 i10si31900339pfd.226.2019.07.31.10.46.09; Wed, 31 Jul 2019 10:46:24 -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 S1730356AbfGaQnk (ORCPT + 99 others); Wed, 31 Jul 2019 12:43:40 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:55508 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728984AbfGaQni (ORCPT ); Wed, 31 Jul 2019 12:43:38 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 4CD8BFB04; Wed, 31 Jul 2019 18:43:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9TGo641ILXY0; Wed, 31 Jul 2019 18:43:33 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 5EB7746D8A; Wed, 31 Jul 2019 18:43:31 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Philipp Zabel , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 0/2] imx: Fix typo in iMQ8MQ reset names Date: Wed, 31 Jul 2019 18:43:29 +0200 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some of the mipi dsi resets were called IMX8MQ_RESET_MIPI_DIS_ instead of IMX8MQ_RESET_MIPI_DSI_ Since they're DSI related this looks like a typo. Guido Günther (2): dt-bindings: reset: Fix typo in imx8mq resets reset: imx7: Fix IMX8MQ_RESET_MIPI_DSI_ defines drivers/reset/reset-imx7.c | 12 ++++++------ include/dt-bindings/reset/imx8mq-reset.h | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) -- 2.20.1