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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E7E6CF94CA5 for ; Tue, 21 Apr 2026 18:41:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=5Be2HbqdS/aG+EA9FToaVnh8TKt0CkVaxk74NjPOWYk=; b=rSeIpMsj9y8EwGw5DQFwHJHo45 JJWmO+YctlxbZOeYZ+z5sPBKQh2obTEz8NH8tTGiIBcLrw0ZAjFVm8yIVGDzV12r1G6lkEsikATHz oWB0UXh+540ut+goGq4m0vUXd24Ebd9UXh8wjf09Uj6432Duf/pzyjnbXk//xr0zTwEWbOTmm0JUh 5uigaLFycsUkBs4gIaYV4jmLc17r8kXSJJaujZRLzZn4F3zmj0Nsdd9eQxpPo1745GtpHudtq6PjD 4XmttAK4uYFWISYLkUv6EbQ08jk6/Ht8v6RNM1WvIT5QOWkiBMCa66diq+ZLtibIRJ2Ou8BhLT+AE 6F50eRXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wFG2A-000000093Ch-13yU; Tue, 21 Apr 2026 18:41:18 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wFG29-000000093CW-1wUv for linux-arm-kernel@lists.infradead.org; Tue, 21 Apr 2026 18:41:17 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 84A0E60172; Tue, 21 Apr 2026 18:41:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14A28C2BCB0; Tue, 21 Apr 2026 18:41:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776796876; bh=WmLDMZY8Fs/D6ms3lQZ51G85APn6XwDQ0bHb7WGQMtw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Vl6MydIBmRXOWI6gO82+W92SbFvzyUct8kx8Fc1L3MUHDcpDnwunrXg44pZuCe3WG NYiXfH6Z3CpegcT9B8ogQqsSJmTgB0XExoldo/cAl+yXzpOxRxMrIH4+w4qAaJ96Jz xmnu8x32Gnkqwy+0CewQKNsjZKtTj9lzejquXJA6JgKXWthx7rLvLptgENQ9pbGn1u 2pku7qf5L3AEVa6BJPVYi4hYYTUfF2lXMONiGb4YLwgi7BE6/Co325Qx7N174jSclz +bP4O5IdGecscrkpB93coiehJ10KAxVEWqx5nuSSvnGOcXdCUI8Ml6VwzoBUiMsHhg RaXNfYNTKby0Q== Date: Tue, 21 Apr 2026 13:41:13 -0500 From: "Rob Herring (Arm)" To: phucduc.bui@gmail.com Cc: linusw@kernel.org, zyw@rock-chips.com, zhangqing@rock-chips.com, devicetree@vger.kernel.org, alexandre.belloni@bootlin.com, heiko@sntech.de, gene_chen@richtek.com, linux-input@vger.kernel.org, nick@shmanahar.org, dmitry.torokhov@gmail.com, gregkh@linuxfoundation.org, claudiu.beznea@tuxon.dev, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, nicolas.ferre@microchip.com, conor+dt@kernel.org, krzk+dt@kernel.org, lee@kernel.org Subject: Re: [PATCH] dt-bindings: Remove the redundant 'type: boolean' Message-ID: <177679687272.1458365.1328485324673928433.robh@kernel.org> References: <20260417021858.6582-1-phucduc.bui@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260417021858.6582-1-phucduc.bui@gmail.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 17 Apr 2026 09:18:58 +0700, phucduc.bui@gmail.com wrote: > From: bui duc phuc > > The 'wakeup-source' property already has its type defined in the core > schema. Remove the redundant 'type: boolean' from the binding file to > clean up the binding files. > > Signed-off-by: bui duc phuc > --- > Documentation/devicetree/bindings/input/atmel,maxtouch.yaml | 3 +-- > Documentation/devicetree/bindings/mfd/rockchip,rk816.yaml | 3 +-- > Documentation/devicetree/bindings/usb/richtek,rt1711h.yaml | 3 +-- > 3 files changed, 3 insertions(+), 6 deletions(-) > Applied, thanks!