[PATCH 1/2] Documentation: devicetree: Add new compatible string for eeprom microchip 93LC46B

Aswath Govindraju posted 2 patches 4 years, 4 months ago
There is a newer version of this series
[PATCH 1/2] Documentation: devicetree: Add new compatible string for eeprom microchip 93LC46B
Posted by Aswath Govindraju 4 years, 4 months ago
Add a new compatible string for eeprom microchip 93LC46B in eeprom-93xx46
dt-binding file as it belongs to the 93xx46 family of devices.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 Documentation/devicetree/bindings/misc/eeprom-93xx46.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt b/Documentation/devicetree/bindings/misc/eeprom-93xx46.txt
index a8ebb4621f79..9f272361f117 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:
-- 
2.17.1