This is a note to let you know that I've just added the patch titled regulator: dt-bindings: qcom,rpm: fix pattern for children to the 6.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: regulator-dt-bindings-qcom-rpm-fix-pattern-for-children.patch and it can be found in the queue-6.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 75d9bf03e2fa38242b35e941ce7c7cdabe479961 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Date: Tue, 25 Jul 2023 18:40:47 +0200 Subject: regulator: dt-bindings: qcom,rpm: fix pattern for children From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> commit 75d9bf03e2fa38242b35e941ce7c7cdabe479961 upstream. The "or" (|) in regular expression must be within parentheses, otherwise it is not really an "or" and it matches supplies: qcom-apq8060-dragonboard.dtb: regulators-1: vdd_ncp-supply: [[34]] is not of type 'object' Fixes: fde0e25b71a9 ("dt-bindings: regulators: convert non-smd RPM Regulators bindings to dt-schema") Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Link: https://lore.kernel.org/r/20230725164047.368892-1-krzysztof.kozlowski@xxxxxxxxxx Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- .../devicetree/bindings/regulator/qcom,rpm-regulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml index 8a08698e3484..b4eb4001eb3d 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml @@ -49,7 +49,7 @@ patternProperties: ".*-supply$": description: Input supply phandle(s) for this node - "^((s|l|lvs)[0-9]*)|(s[1-2][a-b])|(ncp)|(mvs)|(usb-switch)|(hdmi-switch)$": + "^((s|l|lvs)[0-9]*|s[1-2][a-b]|ncp|mvs|usb-switch|hdmi-switch)$": description: List of regulators and its properties $ref: regulator.yaml# unevaluatedProperties: false -- 2.42.0 Patches currently in stable-queue which might be from krzysztof.kozlowski@xxxxxxxxxx are queue-6.4/arm64-dts-qcom-sdm845-add-missing-rpmh-power-domain-.patch queue-6.4/dt-bindings-extcon-maxim-max77843-restrict-connector.patch queue-6.4/arm64-dts-qcom-sm8150-fix-the-i2c7-interrupt.patch queue-6.4/arm64-dts-rockchip-correct-wifi-interrupt-flag-in-ea.patch queue-6.4/arm-dts-samsung-s5pv210-smdkv210-correct-ethernet-re.patch queue-6.4/arm64-dts-rockchip-correct-wifi-interrupt-flag-in-ro.patch queue-6.4/arm-dts-s5pv210-add-dummy-5v-regulator-for-backlight.patch queue-6.4/arm64-dts-rockchip-correct-wifi-interrupt-flag-in-bo.patch queue-6.4/regulator-dt-bindings-qcom-rpm-fix-pattern-for-children.patch queue-6.4/arm-dts-integrator-fix-pci-bus-dtc-warnings.patch queue-6.4/arm64-dts-qcom-msm8916-l8150-correct-light-sensor-vd.patch queue-6.4/arm-dts-samsung-s3c6410-mini6410-correct-ethernet-re.patch queue-6.4/arm64-dts-qcom-msm8996-gemini-fix-touchscreen-vio-su.patch queue-6.4/arm64-dts-qcom-sm8250-sony-xperia-correct-gpio-keys-.patch