[PATCH v5 0/2] Add pinctrl support adsp bypass platforms

From: Srinivasa Rao Mandadapu
Date: Mon Jun 27 2022 - 03:49:53 EST


This patch set is to make clock voting optinal for adsp bypass
sc7280 platforms.
Changes Since V4:
-- Fix the improper device node variable usage.
-- Optimize the code by removing redundant private
variant data structure variable "is_clk_optional".
Changes Since V3:
-- Revert compatible type change in dt bindings.
-- Update boolean flag description in dt bindings.
-- Drop redundant clock optional flag initialization.
-- Remove redundant if check.
Changes Since V2:
-- Remove redundant lpi pincontrol variant data structure and
compatible entry.
-- Add adsp bypass mode boolean param check.
-- Remove compatible name in dt bindings.
-- Update dt binding bypass mode boolean param.
Changes Since V1:
-- Update commit message.

Srinivasa Rao Mandadapu (2):
dt-bindings: pinctrl: qcom: sc7280: Add boolean param for ADSP bypass
platforms
pinctrl: qcom: sc7280: Add clock optional check for ADSP bypass
targets

.../devicetree/bindings/pinctrl/qcom,sc7280-lpass-lpi-pinctrl.yaml | 5 +++++
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 2 +-
drivers/pinctrl/qcom/pinctrl-lpass-lpi.h | 1 -
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c | 1 -
4 files changed, 6 insertions(+), 3 deletions(-)

--
2.7.4