From patchwork Wed Jul 27 16:44:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 593811 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 A83FAC19F28 for ; Wed, 27 Jul 2022 17:19:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237698AbiG0RT4 (ORCPT ); Wed, 27 Jul 2022 13:19:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241958AbiG0RTY (ORCPT ); Wed, 27 Jul 2022 13:19:24 -0400 Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1A82625C for ; Wed, 27 Jul 2022 09:44:30 -0700 (PDT) Received: by mail-lj1-x235.google.com with SMTP id u20so12651189ljk.0 for ; Wed, 27 Jul 2022 09:44:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=TsOv4pGaUtCcXXEbEcGrs3Nq1JuLEmKn5+ZRivl7r0g=; b=nyyy+baCowjfPIvpfSbsrhQV+q0K8U8uz1CA1PLUUUz4T2n1/8FSSnLJsqMfbVixYi B+TTz3I7q0hcq0nR3M8hR+W87i3nN6paIfJDSycE77YRK+9lG40C3NV6m/3puZ7uEyf6 r9MuuTBhgUNEeDF/LTZG/kguQykzRRqU1tCz7P4W95C/W60q6KW5wiWWdA6GUjsD4BhE 8WE7WEmvvz6RvTlD30YNmx28d9dRIq8x0yM1lDHh6WlHD5gtc4OoBOXs4qc7hROchAXg j25xPI90HGyvnGYLyzJ83uWpId4zzXSAY8HSEqMSraEuJXmEC4nn28Of4h8LIiDDgL9o g+PQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TsOv4pGaUtCcXXEbEcGrs3Nq1JuLEmKn5+ZRivl7r0g=; b=EwosJGj375HosMH+JOMDWOvuGtzh2medJyrWz1B34BJ+8/neYfyjKUWpF++Ho7Rsfw gWe8zWVmMLP/SGyaAdUWllI3o8itBHE4I1WvEoI51tH0TfRmYFyBwvtv3p+juWzEuSXQ mkWsfOMn1VASD8vWdun1y1iUA7dDWjsNr6meKaGMBBKKur25GJtWMDPeW3tsWIamrOtv m2tAr4ucU4BIw40i7jdLtxMsrSJuVHoq2bBJ/lRqwNCaCmcRGWRQ1nFL/+dIEOOiynBc qG/NgsX/CirM9RFotDK0DuOg53GIWPTlWHDrKxy3iwdjxEYRIZTzeThoLvRsWRICvprf ZIhw== X-Gm-Message-State: AJIora/tLulnCv/bRHVbD6EeJBhOJT7QOnagWWRXrvddOsU8ZQ6q02fw VXTH2HCe29AiDqxtzY5p3WC18Q== X-Google-Smtp-Source: AGRyM1toaXYDXjtrsFJEuaoLzZbKB9hARAFNZbfriEELIYeEy1MaWz1uam6OLi1/Pnhb+2WGoLw1ng== X-Received: by 2002:a2e:3919:0:b0:25e:566:89cf with SMTP id g25-20020a2e3919000000b0025e056689cfmr6011961lja.73.1658940269126; Wed, 27 Jul 2022 09:44:29 -0700 (PDT) Received: from krzk-bin.lan (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id m4-20020a056512358400b0048a95ffc6a2sm1462673lfr.123.2022.07.27.09.44.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Jul 2022 09:44:28 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Christian Eggers , Cory Tusar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/2] dt-bindings: eeprom: microchip,93lc46b: move to eeprom directory Date: Wed, 27 Jul 2022 18:44:24 +0200 Message-Id: <20220727164424.386499-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220727164424.386499-1-krzysztof.kozlowski@linaro.org> References: <20220727164424.386499-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Move the Atmel/Microchip 93xx46 SPI compatible EEPROM family bindings from misc to eeprom directory to properly match subsystem. Signed-off-by: Krzysztof Kozlowski --- .../{misc/eeprom-93xx46.yaml => eeprom/microchip,93lc46b.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Documentation/devicetree/bindings/{misc/eeprom-93xx46.yaml => eeprom/microchip,93lc46b.yaml} (95%) diff --git a/Documentation/devicetree/bindings/misc/eeprom-93xx46.yaml b/Documentation/devicetree/bindings/eeprom/microchip,93lc46b.yaml similarity index 95% rename from Documentation/devicetree/bindings/misc/eeprom-93xx46.yaml rename to Documentation/devicetree/bindings/eeprom/microchip,93lc46b.yaml index 43ac2376a453..0c2f5ddb79c5 100644 --- a/Documentation/devicetree/bindings/misc/eeprom-93xx46.yaml +++ b/Documentation/devicetree/bindings/eeprom/microchip,93lc46b.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/misc/eeprom-93xx46.yaml# +$id: http://devicetree.org/schemas/eeprom/microchip,93lc46b.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Microchip 93xx46 SPI compatible EEPROM family dt bindings