@@ -3,6 +3,7 @@
Required properties:
- compatible :"stericsson,ux500-msp-i2s"
- reg : Physical base address and length of the device's registers.
+ - id : MSP ID - used during component registration
Optional properties:
- interrupts : The interrupt output from the device.
@@ -28,6 +29,7 @@ Example:
reg = <0x80124000 0x1000>;
interrupts = <0 62 0x4>;
v-ape-supply = <&db8500_vape_reg>;
+ id = <1>;
};
msp3: msp@80125000 {
@@ -35,6 +37,7 @@ Example:
reg = <0x80125000 0x1000>;
interrupts = <0 62 0x4>;
v-ape-supply = <&db8500_vape_reg>;
+ id = <3>;
};
codec: ab8500-codec {
Cc: devicetree@vger.kernel.org Cc: Mark Brown <broonie@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> --- Documentation/devicetree/bindings/sound/ux500-msp.txt | 3 +++ 1 file changed, 3 insertions(+)