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=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham 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 E9A45CA9EAF for ; Thu, 24 Oct 2019 12:50:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C447920856 for ; Thu, 24 Oct 2019 12:50:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502147AbfJXMui (ORCPT ); Thu, 24 Oct 2019 08:50:38 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:46830 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730753AbfJXMui (ORCPT ); Thu, 24 Oct 2019 08:50:38 -0400 Received: from ramsan ([84.195.182.253]) by albert.telenet-ops.be with bizsmtp id HQqb2100X5USYZQ06QqcDc; Thu, 24 Oct 2019 14:50:36 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1iNcZX-00060i-TG; Thu, 24 Oct 2019 14:50:35 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1iNcZX-0003ow-Qx; Thu, 24 Oct 2019 14:50:35 +0200 From: Geert Uytterhoeven To: Arnd Bergmann , Kevin Hilman , Olof Johansson Cc: Barry Song , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 resend] ARM: dts: atlas7: Fix "debounce-interval" property misspelling Date: Thu, 24 Oct 2019 14:50:33 +0200 Message-Id: <20191024125033.14643-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org "debounce_interval" was never supported. Signed-off-by: Geert Uytterhoeven Cc: Barry Song --- v2: - No changes. --- arch/arm/boot/dts/atlas7-evb.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/atlas7-evb.dts b/arch/arm/boot/dts/atlas7-evb.dts index e0c0291ac9fdbeee..e0515043d1451c39 100644 --- a/arch/arm/boot/dts/atlas7-evb.dts +++ b/arch/arm/boot/dts/atlas7-evb.dts @@ -119,7 +119,7 @@ label = "rearview key"; linux,code = ; gpios = <&gpio_1 3 GPIO_ACTIVE_LOW>; - debounce_interval = <100>; + debounce-interval = <100>; }; }; -- 2.17.1