| a536bf5a | 18-Apr-2023 |
Krzysztof Kozlowski <[email protected]> |
dt-bindings: soundwire: qcom: add 16-bit sample interval
The port sample interval was always 16-bit, split into low and high bytes. This split was unnecessary, although harmless for older devices b
dt-bindings: soundwire: qcom: add 16-bit sample interval
The port sample interval was always 16-bit, split into low and high bytes. This split was unnecessary, although harmless for older devices because all of them used only lower byte (so values < 0xff). With support for Soundwire controller on Qualcomm SM8550 and its devices, both bytes will be used, thus add a new 'qcom,ports-sinterval' property to allow 16-bit sample intervals.
Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
show more ...
|
| febc50b8 | 08-Nov-2022 |
Srinivasa Rao Mandadapu <[email protected]> |
dt-bindings: soundwire: Convert text bindings to DT Schema
Convert soundwire text bindings to DT Schema format.
Update interrupt property items as per device tree, as it is not appropriately descri
dt-bindings: soundwire: Convert text bindings to DT Schema
Convert soundwire text bindings to DT Schema format.
Update interrupt property items as per device tree, as it is not appropriately described in text file. Update some of the properties description with minimum and maximum range. Update secondary node info which is used to describe slave devices.
Signed-off-by: Srinivasa Rao Mandadapu <[email protected]> Co-developed-by: Ratna Deepthi Kudaravalli <[email protected]> Signed-off-by: Ratna Deepthi Kudaravalli <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
show more ...
|
| 5098cae1 | 14-Jan-2020 |
Srinivas Kandagatla <[email protected]> |
dt-bindings: soundwire: fix example
As wsa881x schema mentions #sound-dai-cells as required property, so update soundwire-controller.yaml example so that dt_bindings_check does not fail as below:
D
dt-bindings: soundwire: fix example
As wsa881x schema mentions #sound-dai-cells as required property, so update soundwire-controller.yaml example so that dt_bindings_check does not fail as below:
Documentation/devicetree/bindings/soundwire/soundwire-controller.example.dt.yaml: speaker@0,1: '#sound-dai-cells' is a required property Documentation/devicetree/bindings/soundwire/soundwire-controller.example.dt.yaml: speaker@0,2: '#sound-dai-cells' is a required property
Reported-by: Rob Herring <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
show more ...
|