Skip to content

Commit 5170dae

Browse files
ConchuODbroonie
authored andcommitted
dt-bindings: trivial-devices: fix Rohm BH2228FV compatible string
When Maxime originally added the BH2228FV to the spidev driver, he spelt it incorrectly - the d should have been a b. That spelling was then propagated to the binding when written by Krzysztof. Add a new, correctly spelt compatible and advise against using the incorrectly spelling. Fixes: 025aea2 ("dt-bindings: trivial-devices: document SPI dev compatibles") Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Maxime Ripard <mripard@kernel.org> Link: https://patch.msgid.link/20240717-exuberant-enlighten-f890fabcd247@spud Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 87232ea commit 5170dae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/trivial-devices.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,9 @@ properties:
318318
- renesas,hs3001
319319
# Renesas ISL29501 time-of-flight sensor
320320
- renesas,isl29501
321-
# Rohm DH2228FV
321+
# Rohm BH2228FV 8 channel DAC
322+
- rohm,bh2228fv
323+
# Rohm DH2228FV - This device does not exist, use rohm,bh2228fv instead.
322324
- rohm,dh2228fv
323325
# S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
324326
- samsung,24ad0xd1

0 commit comments

Comments
 (0)