Add qcom,force-low-pwm-size property that would indicate the
forced use of legacy low PWM sizes (6 or 9 bits) instead of
full 8-15 bit PWM sizes.
Change-Id: Ic0e2b972bc16871891d81ec20ec0b48d326f6666
Signed-off-by: Shilpa Suresh <quic_c_sbsure@quicinc.com>
Add qcom,sw-cmd-freq-detect property to support software command based
2-step LRA resonant frequency detection method.
Change-Id: I04ebe79c5f93498bc437605dac8d284e71dad414
Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com>
Add clock controller bindings for GCC/GPUCC/DISPCC/DEBUGCC
on Monaco Platform.
Add clock controller bindings for RPMCC for Monaco, Khaje and
Holi platform.
Change-Id: I98e6b2094daabc6e6b8b450a397ea3c19799b50a
Signed-off-by: Prerna Singh <quic_prersing@quicinc.com>
Add Video and Eva clock controller bindings on tuna device.
Change-Id: If59f876f716ba68a64f6c6b5c5acdf203b3ed472
Signed-off-by: Anaadi Mishra <quic_anaadim@quicinc.com>
Add snapshot of device-tree bindings for AON RSB driver
and corresponding rpmsg driver from msm-5.15.c2 in YAML format.
Snapshot is taken from msm-5.15.c2 kernel commit 95ffcf910eee
("ARM: dts: msm: add aon-rma glink node").
Change-Id: I73bbb30403a488a053ba2b8a3aaf456190162506
Signed-off-by: Koushik Immadisetty <quic_kimmadis@quicinc.com>
Add snapshot of device-tree bindings for AON event bridge and
respective rpmsg drivers from msm-5.15.c2 in YAML format.
Snapshot is taken from msm-5.15.c2 kernel commit 95ffcf910eee
("ARM: dts: msm: add aon-rma glink node").
Change-Id: I695cab16e872800d558ccf269c1cb32bbe9bb2f0
Signed-off-by: Koushik Immadisetty <quic_kimmadis@quicinc.com>
Add snapshot of device-tree bindings for AON spi, interface and
it's corresponding rpmsg drivers from msm-5.15.c2 in YAML format.
Snapshot is taken from msm-5.15.c2 kernel commit 95ffcf910eee
("ARM: dts: msm: add aon-rma glink node").
Change-Id: I5c66e660b674fee78f541b267027a34f92717e0c
Signed-off-by: Koushik Immadisetty <quic_kimmadis@quicinc.com>
Replace a colon added mistakenly at a line end with a semicolon.
Change-Id: I41a51db834489c9fad7ece35a58eccadd35d3a20
Signed-off-by: Varshitha H N <quic_vhn@quicinc.com>
Add clock controller bindings for RPMHCC/CAMCC/GCC/DISPCC/GPUCC
and DEBUGCC on SM4450 Platform.
Change-Id: I779f0915c24a12664e6566ac386cf4ac4dd911e6
Signed-off-by: Chetan C R <quic_cchinnad@quicinc.com>
Add devicetree bindings for the qpnp-power-on driver.
Change-Id: I826698a4413ac5ea6f438c238a5d936e0ec4fea7
Signed-off-by: Varshitha H N <quic_vhn@quicinc.com>
Current bindings do not cover many of the fields. Update TLMM VM
bindings for Sun VM making the documentation more comprehensive.
Change-Id: I99e6dda2b8a7dc86cc1c92dfe668ca2f954afb2f
Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
Add bindings for PM8008 devices.
This snapshot is taken from qclinux.1.0 branch commit 93af7f1c6008a
("QCLINUX: arm64: dts: qcom: Add bindings for qcom-i2c-pmic and PM8008
devices").
Change-Id: I8b1e88426bfe7f77c276922df8756be450237f77
Signed-off-by: Jishnu Prakash <quic_jprakash@quicinc.com>
Signed-off-by: Varshitha H N <quic_vhn@quicinc.com>
Add devicetree bindings for the leds-qti-tri-led driver.
Change-Id: I31e2711220857c9d959b082057309390d4d2c3c0
Signed-off-by: Varshitha H N <quic_vhn@quicinc.com>
Add DT bindings for QPNP Flash LED v2 device that supports camera
flash operation.
Change-Id: I9169dacfec3bddffc830d9c744ea364d1cf977d1
Signed-off-by: Varshitha H N <quic_vhn@quicinc.com>
Change https://lore.kernel.org/all/20230525113034.46880-1-tony@atomide.com
registers serial core controller as a child of msm uart device.
Since child should suspend first, due to the child's auto suspend
delay (SERIAL_PORT_AUTOSUSPEND_DELAY_MS), additional 500msecs
delay is added during msm_geni_serial_runtime_suspend.
Added new optional dtsi property 'qcom,suspend-ignore-children'
which when set ignores dependencies on children by PM framework, this
helps to exit quickly from msm_geni_serial_runtime_suspend and save power.
Change-Id: I36b239cf19293ee7b1ebecf32cdd0ad0749dbca1
Signed-off-by: Visweswara Tanuku <quic_vtanuku@quicinc.com>