mbox series

[v2,0/2] Qualcomm EUD: Some cleanups

Message ID 20230502093959.1258889-1-bhupesh.sharma@linaro.org
Headers show
Series Qualcomm EUD: Some cleanups | expand

Message

Bhupesh Sharma May 2, 2023, 9:39 a.m. UTC
Changes since v1:
----------------
- v1 can be seen here: https://lore.kernel.org/linux-arm-msm/20230104091922.3959602-2-bhupesh.sharma@linaro.org/
- Changed the commit log for [PATCH 2/2] as per Rob's observation.

This patchset targets some cleanups for the EUD dt nodes present
in sc7280.dtsi and also adds a missing space in the compatible string
in the example used in eud dt-binding document.

Bhupesh Sharma (2):
  arm64: dts: qcom: sc7280: Fix EUD dt node syntax
  dt-bindings: soc: qcom: eud: Fix compatible string in the example

 .../bindings/soc/qcom/qcom,eud.yaml           |  4 ++-
 arch/arm64/boot/dts/qcom/sc7280.dtsi          | 36 +++++++++----------
 2 files changed, 21 insertions(+), 19 deletions(-)

Comments

Bjorn Andersson May 25, 2023, 4:53 a.m. UTC | #1
On Tue, 2 May 2023 15:09:57 +0530, Bhupesh Sharma wrote:
> Changes since v1:
> ----------------
> - v1 can be seen here: https://lore.kernel.org/linux-arm-msm/20230104091922.3959602-2-bhupesh.sharma@linaro.org/
> - Changed the commit log for [PATCH 2/2] as per Rob's observation.
> 
> This patchset targets some cleanups for the EUD dt nodes present
> in sc7280.dtsi and also adds a missing space in the compatible string
> in the example used in eud dt-binding document.
> 
> [...]

Applied, thanks!

[2/2] dt-bindings: soc: qcom: eud: Fix compatible string in the example
      commit: 6ade5ce20c466298c04b10fe66091b9055aa9988

Best regards,