Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@xxxxxxxxxxx> --- Changes in v4: - Correct the Fixes tag in [1/2] - Link to v3: https://lore.kernel.org/r/20240509-videocc-sm8150-dt-node-v3-0-7135e8060f62@xxxxxxxxxxx Changes in v3: - Adding the required-opps property back, which was removed in v2. - This is needed because the lowest power state for MMCX on sm8150 platform is retention, but we want to enable the power domain in low_svs not retention. - Link to v2: https://lore.kernel.org/r/20240401-videocc-sm8150-dt-node-v2-0-3b87cd2add96@xxxxxxxxxxx Changes in v2: - As per Dmitry's comments, there is no need to update to index based lookup for already existing drivers, hence keeping clock-names property. - Updated the videocc bindings to add AHB clock for the sm8150 platform. - Link to v1: https://lore.kernel.org/r/20240313-videocc-sm8150-dt-node-v1-0-ae8ec3c822c2@xxxxxxxxxxx --- Satya Priya Kakitapalli (2): dt-bindings: clock: qcom: Add AHB clock for SM8150 arm64: dts: qcom: sm8150: Add video clock controller node .../devicetree/bindings/clock/qcom,videocc.yaml | 17 ++++++++++++++++- arch/arm64/boot/dts/qcom/sa8155p.dtsi | 4 ++++ arch/arm64/boot/dts/qcom/sm8150.dtsi | 14 ++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) --- base-commit: 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd change-id: 20240308-videocc-sm8150-dt-node-6f163b492f7c Best regards, -- Satya Priya Kakitapalli <quic_skakitap@xxxxxxxxxxx>