diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2024-09-03 16:52:06 -0500 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-09-13 14:01:34 -0500 |
commit | 86ab4c5eb70a03efdd75f166efadd87fa91af2fe (patch) | |
tree | 9ccf2956267d79f3d8abc012e0c6ab79bd45d046 /Documentation/devicetree/bindings/trivial-devices.yaml | |
parent | 4d9b28c93e22ef6f65a0edb30c1ed84ff3298b15 (diff) |
dt-bindings: trivial-devices: Deprecate "ad,ad7414"
The correct vendor prefix for Analog Devices is "adi", not "ad". Both
forms are in use. Add the "adi,ad7414" version and deprecate the
"ad,ad7414" version.
Keep them together even though it breaks strict alphabetical ordering.
Link: https://lore.kernel.org/r/20240903-dt-trivial-devices-v1-2-ad684c754b9c@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/trivial-devices.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/trivial-devices.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 2203f21750f8..6e8c5a841253 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -33,7 +33,8 @@ properties: # Acbel fsg032 power supply - acbel,fsg032 # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin - - ad,ad7414 + - ad,ad7414 # Deprecated, use adi,ad7414 + - adi,ad7414 # ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems - ad,adm9240 # AD5110 - Nonvolatile Digital Potentiometer |