diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-07-27 18:44:24 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-07-30 01:23:57 +0200 |
commit | b600d6a6c55eac2c4af6f3bf8cf7a2deacecd83b (patch) | |
tree | 99f31ae8a3b9b227e1a891af73e29995b572ae6d | |
parent | dt-bindings: eeprom: at25: use spi-peripheral-props.yaml (diff) | |
download | linux-b600d6a6c55eac2c4af6f3bf8cf7a2deacecd83b.tar.xz linux-b600d6a6c55eac2c4af6f3bf8cf7a2deacecd83b.zip |
dt-bindings: eeprom: microchip,93lc46b: move to eeprom directory
Move the Atmel/Microchip 93xx46 SPI compatible EEPROM family bindings
from misc to eeprom directory to properly match subsystem.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220727164424.386499-2-krzysztof.kozlowski@linaro.org
-rw-r--r-- | Documentation/devicetree/bindings/eeprom/microchip,93lc46b.yaml (renamed from Documentation/devicetree/bindings/misc/eeprom-93xx46.yaml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/misc/eeprom-93xx46.yaml b/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 |