On 1/27/2025 12:24 PM, Krzysztof Kozlowski wrote:
On 27/01/2025 07:49, Janaki Ramaiah Thota wrote:
Resending the below reviewed patches after fixing the regulator warnings in v7 P1.
- Patch 1/2 Add and enable BT node for qcs6490-rb3gen board.
- Patch 2/2 Use the power sequencer for wcn6750.
----
Changes from v7:
* updated P1 & P2 with tag: Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
* Link to v7: https://lore.kernel.org/lkml/20250107134157.211702-1-quic_janathot@xxxxxxxxxxx/#t
Changes from v6:
* Elaborated the commit message with more information.
* Link to v6: https://lore.kernel.org/lkml/20241223135700.22660-1-quic_janathot@xxxxxxxxxxx/
These are entirely different patchsets - bindings only.
Thanks for the quick review Krzysztof,
Initially we are getting below regulator warnings in patch version 5(v5)
and we fixed those by patch 1 verion 7(v7-p1)
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dtb: bluetooth:
'enable-gpios' is a required property
from schema $id:
http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dtb: bluetooth:
'swctrl-gpios' is a required property
from schema $id:
http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dtb: bluetooth:
'vddio-supply' is a required property
from schema $id:
http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dtb: bluetooth:
'vddbtcxmx-supply' is a required property
from schema $id:
http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dtb: bluetooth:
'vddasd-supply' is a required property
Explained complete history here :
https://lore.kernel.org/lkml/d3bd97d8-43fb-452b-adca-ad03eb628031@xxxxxxxxxxx/
Why is this v8?
To maintain complete history updated to v8
Thanks,
Janakiram