diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2021-01-05 13:58:11 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-20 20:52:12 +0300 |
commit | 6805822954f0fd24de4d6febc4c84afdcb6f9baa (patch) | |
tree | dacd77501f1fb8d8fc0798deb72438f271cb0b37 /Documentation/devicetree/bindings/misc | |
parent | e3fe0e89fec6965342434e7acae7ed6e6f021d08 (diff) | |
download | linux-6805822954f0fd24de4d6febc4c84afdcb6f9baa.tar.xz |
Documentation: devicetree: Add new compatible string for eeprom microchip 93LC46B
Add a new compatible string for eeprom microchip 93LC46B in eeprom-93xx46
dt-binding file as it belongs to the 93xx46 family of devices.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Link: https://lore.kernel.org/r/20210105105817.17644-2-a-govindraju@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/misc')
-rw-r--r-- | Documentation/devicetree/bindings/misc/eeprom-93xx46.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt b/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt index a8ebb4621f79..7b636b7a8311 100644 --- a/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt +++ b/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt @@ -4,6 +4,7 @@ Required properties: - compatible : shall be one of: "atmel,at93c46d" "eeprom-93xx46" + "microchip,93lc46b" - data-size : number of data bits per word (either 8 or 16) Optional properties: |