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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDC58CCA47E for ; Thu, 16 Jun 2022 00:09:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235625AbiFPAJD (ORCPT ); Wed, 15 Jun 2022 20:09:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235816AbiFPAJC (ORCPT ); Wed, 15 Jun 2022 20:09:02 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 037651FCC2; Wed, 15 Jun 2022 17:09:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BBE79B821FC; Thu, 16 Jun 2022 00:09:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54D98C3411A; Thu, 16 Jun 2022 00:08:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655338139; bh=wtlUHiZlC3SUdEQN3Rfj+UOSKVqFZS2A6++v8c130c0=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=F2coanyyY8iiPTStEnPd2GoZIyQBQyr5+6UhR3KlakugOmK27viqYtONRq72eXaLV 48vKFYvEuTjEFrdDYIZ4XoQcTx74+fbXI9gXt1Dho4F3Zc7TChOxI5gOnaiWfkV1NS +zOSZPOsoHnUjvaJQ6Dm7XeP+xHefcO7O7nhNR0UFYBo1s7hIkUthfKblYVxnPefK2 veFr35mEiKjTCKn7XGBu2IbaVMt+7yErBC7G87mUVyJYA3mN3GsLiJWC7Fuo5yui0N l73C39ilNUE51nNgFeZRDsX6UeSKrg2dm8IMjH24bc1+20q9vt4F2iRz/hT+KjjQyg 0qLZ5uANvny9A== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220615210720.6363-1-wsa@kernel.org> References: <20220615210720.6363-1-wsa@kernel.org> Subject: Re: [PATCH] dt-bindings: efm32: remove bindings for deleted platform From: Stephen Boyd Cc: Uwe =?utf-8?q?Kleine-K=C3=B6nig?= , Wolfram Sang , Michael Turquette , Rob Herring , Krzysztof Kozlowski , Greg Kroah-Hartman , Mark Brown , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, linux-spi@vger.kernel.org To: Wolfram Sang , linux-doc@vger.kernel.org Date: Wed, 15 Jun 2022 17:08:57 -0700 User-Agent: alot/0.10 Message-Id: <20220616000859.54D98C3411A@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Quoting Wolfram Sang (2022-06-15 14:07:19) > Commit cc6111375cec ("ARM: drop efm32 platform") removed the platform, > so no need to still carry the bindings. >=20 > Signed-off-by: Wolfram Sang > --- Acked-by: Stephen Boyd