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.5-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.5 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> --- Documentation/devicetree/bindings/regulator/qcom,rpm-regulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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 Patches currently in stable-queue which might be from krzysztof.kozlowski@xxxxxxxxxx are queue-6.5/arm64-dts-qcom-sdm845-add-missing-rpmh-power-domain-.patch queue-6.5/dt-bindings-extcon-maxim-max77843-restrict-connector.patch queue-6.5/dt-bindings-usb-samsung-exynos-dwc3-fix-exynos5433-c.patch queue-6.5/arm64-dts-qcom-sc8180x-pmics-align-lpg-node-name-wit.patch queue-6.5/arm64-dts-qcom-sm8150-fix-the-i2c7-interrupt.patch queue-6.5/arm64-dts-qcom-sc8180x-add-missing-cache-unified-to-.patch queue-6.5/arm-dts-samsung-s5pv210-smdkv210-correct-ethernet-re.patch queue-6.5/arm64-dts-qcom-minor-whitespace-cleanup-around.patch queue-6.5/dt-bindings-usb-samsung-exynos-dwc3-fix-order-of-clo.patch queue-6.5/regulator-dt-bindings-qcom-rpm-fix-pattern-for-children.patch queue-6.5/arm64-dts-qcom-sc8180x-pmics-add-missing-gpio-ranges.patch queue-6.5/arm64-dts-qcom-sc8180x-pmics-add-missing-qcom-spmi-g.patch queue-6.5/arm64-dts-qcom-sm8450-correct-crypto-unit-address.patch queue-6.5/asoc-loongson-drop-of_match_ptr-for-of-device-id.patch queue-6.5/arm64-dts-qcom-msm8916-l8150-correct-light-sensor-vd.patch queue-6.5/arm-dts-samsung-s3c6410-mini6410-correct-ethernet-re.patch queue-6.5/dt-bindings-pci-qcom-fix-sdx65-compatible.patch queue-6.5/arm64-dts-qcom-msm8996-gemini-fix-touchscreen-vio-su.patch queue-6.5/arm64-dts-qcom-sc8180x-pmics-align-spmi-pmic-power-o.patch queue-6.5/arm64-dts-qcom-sm8250-sony-xperia-correct-gpio-keys-.patch queue-6.5/arm64-dts-qcom-msm8939-add-missing-cache-unified-to-.patch