From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7DC81477E2E; Tue, 30 Jun 2026 16:18:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782836298; cv=none; b=bUWj7oc+Y9e4vJI0TxMvU/JwyHBMGoEBh/dO840FVodPmdKZ+9iPTDbcj4GrrBLHYc/hXqd+dpXRFl210fNyj3e/ApmeVHeDsOh3+7uqkkup/QzHG+7pmiKRwfcy4625dWreUF+8TaEvqaA2krEq1r7wb9I/wT3Ig8UzR7i/+2Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782836298; c=relaxed/simple; bh=841d+YhP+MNXkyRqK9K+wBwhdiZ/j1kaBz/psiCJX3I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rZCvs5ymJaQ/hoBwrQrnxytF8/xPG1m6K1wimdFe2v+BVwUILKBxM5tdDXsUA/KDurWCs37wKFRmfSzsAML4y9IPCE40DagrvjM97TkUe4yuoESG8LGyzIo2fwwcg4/W6P7QbgYyoajiJsVUBfuYh88C5nrceTdXb7a2mjT+BTY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=INnWOj+Z; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="INnWOj+Z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F10091F000E9; Tue, 30 Jun 2026 16:18:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782836294; bh=e7ZpvWRdTbNDGg+iYm1on5rSyGRP+xxADCZLlIsXjNc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=INnWOj+ZjJQVMe9Kk8c9uxKDHSnjjl4zaG552uvqZJmkAItsCf1AlQrj92EurxFl1 wEHBVL+K1wZErqlZxhwU5mj/RArbJBnU3MOChBYxy/5pVkWReOaf1PoSAAwa7A1xH9 HYLpz/Kx3vZSJdVGRLCqI1b5sFW9snQev5GjfaqNwIbrN1/uPn3hm/LMzEWosjsFcf Y0MypWeXineVq+M6dZqzHiSe5usjW98BfMpyE0Q/sOpKxwNpopxfMjUw6n/rZe9Oz9 FpDNrw0CwTFeJKVjv5VUdHIFtbIuql+L5KCtGf1+g5m3TtSqKYtev6HWL/NTHsuIIy TzLaou6pBZtHQ== Date: Tue, 30 Jun 2026 11:18:13 -0500 From: "Rob Herring (Arm)" To: Sean Young Cc: devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , Conor Dooley Subject: Re: [PATCH 4/4] media: dt-bindings: rc: Sync keymap list with latest list Message-ID: <178283629280.3827709.11393612210856651562.robh@kernel.org> References: <2d87b050777b95ffe8adbdf156d2fb1de14c4dfb.1782300922.git.sean@mess.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2d87b050777b95ffe8adbdf156d2fb1de14c4dfb.1782300922.git.sean@mess.org> On Wed, 24 Jun 2026 12:39:21 +0100, Sean Young wrote: > The list is out of sync, so add missing entries, remove obsolete > entries and sort. > > Signed-off-by: Sean Young > --- > Documentation/devicetree/bindings/media/rc.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm)