Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: madera: Update DT bindings to add additional CODECs

This adds the cs47l15, cs42l92, cs47l92 and cs47l93 to the list of
compatible strings and updates some properties that need to note
the new CODECs.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Richard Fitzgerald and committed by
Lee Jones
8f759058 ee1856db

+6 -2
+6 -2
Documentation/devicetree/bindings/mfd/madera.txt
··· 11 11 Required properties: 12 12 13 13 - compatible : One of the following chip-specific strings: 14 + "cirrus,cs47l15" 14 15 "cirrus,cs47l35" 15 16 "cirrus,cs47l85" 16 17 "cirrus,cs47l90" 17 18 "cirrus,cs47l91" 19 + "cirrus,cs42l92" 20 + "cirrus,cs47l92" 21 + "cirrus,cs47l93" 18 22 "cirrus,wm1840" 19 23 20 24 - reg : I2C slave address when connected using I2C, chip select number when ··· 26 22 27 23 - DCVDD-supply : Power supply for the device as defined in 28 24 bindings/regulator/regulator.txt 29 - Mandatory on CS47L35, CS47L90, CS47L91 25 + Mandatory on CS47L15, CS47L35, CS47L90, CS47L91, CS42L92, CS47L92, CS47L93 30 26 Optional on CS47L85, WM1840 31 27 32 28 - AVDD-supply, DBVDD1-supply, DBVDD2-supply, CPVDD1-supply, CPVDD2-supply : ··· 39 35 (CS47L85, WM1840) 40 36 41 37 - SPKVDD-supply : Power supply for the device 42 - (CS47L35) 38 + (CS47L15, CS47L35) 43 39 44 40 - interrupt-controller : Indicates that this device is an interrupt controller 45 41