Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6997199ybi; Thu, 1 Aug 2019 01:37:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqzAiAZGukTXUOxvC/jQ2ZH14+vs1nQ+pICVQToAm+T1bNCrYUpmHnNJGJV6E1Zc+Yd8zSpK X-Received: by 2002:a62:fc0a:: with SMTP id e10mr51966846pfh.114.1564648669012; Thu, 01 Aug 2019 01:37:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564648669; cv=none; d=google.com; s=arc-20160816; b=HJfi8QfEwDiGmwOPjEnVhnow7as/jjXMGaEm618eXYxW0B1jpfgQudyvSPz8qX6qqL MbJ2IOBdvJOrW0IRIRX/wGxH/KdjUGoGYbWxuKDvKO0ivfIeTiko0dXQW8UQD7xPYrMN NReGPduTCATNe/IX65mByEdfKbe1mF7HzEk35tG1Snd4jTqvagZ82U/8zyqVG3MejqKo JxN24mrfw8NbbPZ0FDExarRhHR1VsY2GhGlL43rdLlUnbbUr9rqccE7fvrsUEUh6EVP2 pTZCYBHEbqluf9efcMVQmlkQHzn5CwUvCPAjk8MjWqfQ/PbstNu1WA79ksC2dkkMq36O YMiw== 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=f1XoMvrN3x50PPTKWhWXZ0Sdf0IXawAvj0vm6mv+QuA=; b=QiQSvEJxVqkuIzwzAd8qe/88Gl9fL4KxCeS2eaYZVcsp2y9a16OldXtj91cf3fz91a LVECcepdxUrum53S+GBYdWIwvVDJbEcmqvhlFFPRYKoFS90vBoLx/Koxba9se3BfKbU1 GsoZW3iENa9cILWsxA12qNBfA+P6z17z9ojxGLQzEgdpSAEJzLERk91D8VGD+VegCn1x 04Ce8jMm2su8/eaV969XJlgtta+/dVaAssDmzTgr2fnqrOkO01r7VTkCxhV8r3Om8EJj NnCFYKTvP5i3OjRyrR/F6OcsgtNqbR7rIBJXM05bbnabINwFxSnUToYgnv52jQyMjsEy Oifw== 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 i69si36778573pge.366.2019.08.01.01.37.28; Thu, 01 Aug 2019 01:37:48 -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 S1731114AbfHAIVE (ORCPT + 99 others); Thu, 1 Aug 2019 04:21:04 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:43900 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727171AbfHAIVD (ORCPT ); Thu, 1 Aug 2019 04:21:03 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 9306CFB04; Thu, 1 Aug 2019 10:21:00 +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 BtZoogl4K8vi; Thu, 1 Aug 2019 10:20:59 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 4457246DEA; Thu, 1 Aug 2019 10:20:59 +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 v2 0/1] imx: Fix typo in iMQ8MQ reset names Date: Thu, 1 Aug 2019 10:20:58 +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. This fixes the only in tree user as well to not break bisecting. Guido Günther (1): dt-bindings: reset: Fix typo in imx8mq resets drivers/reset/reset-imx7.c | 12 ++++++------ include/dt-bindings/reset/imx8mq-reset.h | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) -- 2.20.1