Message ID | 20230626-topic-bindingsfixups-v1-0-254ae8642e69@linaro.org |
---|---|
Headers | show |
Series | random msm bindings fixes | expand |
On Montag, 26. Juni 2023 22:18:11 CEST Konrad Dybcio wrote: > On 26.06.2023 22:17, Luca Weiss wrote: > > On Montag, 26. Juni 2023 22:00:25 CEST Konrad Dybcio wrote: > >> Add the missing short interrupt. This fixes the schema warning: > >> > >> wled@d800: interrupt-names: ['ovp'] is too short > >> > >> Fixes: fe508ced49dd ("arm64: dts: qcom: pm6150l: Add wled node") > >> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > >> --- > >> > >> arch/arm64/boot/dts/qcom/pm6150l.dtsi | 5 +++-- > >> 1 file changed, 3 insertions(+), 2 deletions(-) > >> > >> diff --git a/arch/arm64/boot/dts/qcom/pm6150l.dtsi > >> b/arch/arm64/boot/dts/qcom/pm6150l.dtsi index 6a7fe1e59f15..d13a1ab7c20b > >> 100644 > >> --- a/arch/arm64/boot/dts/qcom/pm6150l.dtsi > >> +++ b/arch/arm64/boot/dts/qcom/pm6150l.dtsi > >> @@ -121,8 +121,9 @@ pm6150l_flash: led-controller@d300 { > >> > >> pm6150l_wled: leds@d800 { > >> > >> compatible = "qcom,pm6150l-wled"; > >> reg = <0xd800>, <0xd900>; > >> > >> - interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>; > >> - interrupt-names = "ovp"; > >> + interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>, > >> + <0x5 0xd8 0x2 IRQ_TYPE_EDGE_RISING>; > >> + interrupt-names = "ovp", "short"; > > > > Are you sure this interrupt really exists? It's not a thing used > > downstream at least: > > https://android.googlesource.com/kernel/msm-extra/devicetree/+/refs/heads/ > > android-msm-bramble-4.19-android11-qpr1/qcom/pm6150l.dtsi#293 > Confirmed with a reliable source. Fine by me then. Reviewed-by: Luca Weiss <luca@z3ntu.xyz> > > Konrad > > > Regards > > Luca > > > >> label = "backlight"; > >> > >> status = "disabled";
On Mon, Jun 26, 2023 at 10:00:24PM +0200, Konrad Dybcio wrote: > Change RPMH to RPM (as RPMh was introduced 2 generations later) and drop > the prng reference, which made ARRAY_SIZE(clocks) != > ARRAY_SIZE(clock-names). > > Fixes: bdea142295ff ("dt-bindings: remoteproc: qcom,q6v5: Move MSM8996 to schema") > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- > .../devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) Acked-by: Rob Herring <robh@kernel.org>
On Mon, 26 Jun 2023 22:00:22 +0200, Konrad Dybcio wrote:
>
Applied, thanks!
[3/7] arm64: dts: qcom: pm6150l: Add missing short interrupt
commit: 7e1f024ef0d1da456f61d00f01dc3287ede915b3
[4/7] arm64: dts: qcom: pm660l: Add missing short interrupt
commit: 9a4ac09db3c7413e334b4abd6b2f6de8930dd781
[5/7] arm64: dts: qcom: pmi8950: Add missing OVP interrupt
commit: 4d77b639531fd85b84a7079c3369908dfaddf8b2
[6/7] arm64: dts: qcom: pmi8994: Add missing OVP interrupt
commit: 8db94432690371b1736e9a2566a9b3d8a73d5a97
[7/7] arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3
commit: e4322bb818bbcd36b441de9880fa4ac911a5eb51
Best regards,
On Mon, 26 Jun 2023 22:00:22 +0200, Konrad Dybcio wrote:
>
Applied, thanks!
[2/7] dt-bindings: remoteproc: qcom,msm8996-mss-pil: Fix 8996 clocks
commit: 7784311cad42e67a1a51a9d1b961752c0f9b7200
Best regards,
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (7): dt-bindings: qcom: Allow SoC names ending in "pro" dt-bindings: remoteproc: qcom,msm8996-mss-pil: Fix 8996 clocks arm64: dts: qcom: pm6150l: Add missing short interrupt arm64: dts: qcom: pm660l: Add missing short interrupt arm64: dts: qcom: pmi8950: Add missing OVP interrupt arm64: dts: qcom: pmi8994: Add missing OVP interrupt arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 Documentation/devicetree/bindings/arm/qcom-soc.yaml | 2 +- .../devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml | 7 +++---- arch/arm64/boot/dts/qcom/pm6150l.dtsi | 5 +++-- arch/arm64/boot/dts/qcom/pm660l.dtsi | 5 +++-- arch/arm64/boot/dts/qcom/pmi8950.dtsi | 5 +++-- arch/arm64/boot/dts/qcom/pmi8994.dtsi | 5 +++-- arch/arm64/boot/dts/qcom/sc8180x.dtsi | 1 + 7 files changed, 17 insertions(+), 13 deletions(-) --- base-commit: 3eedd211ad93c322fb360b83a3d76a2c6cd622dc change-id: 20230626-topic-bindingsfixups-93d737dbf054 Best regards,