Message ID | 20230217155802.848178-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 7234d746a8339066313518bfa024fa03f363a55e |
Headers | show |
Series | spi: dt-bindings: qcom,spi-qcom-qspi: document OPP and power-domains | expand |
On Fri, 17 Feb 2023 16:58:02 +0100, Krzysztof Kozlowski wrote: > QSPI on Qualcomm SDM845, SC7180 and SC7280 SoCs uses OPP table (both in > DTS and Linux driver) and is suuplied by CX power domain. Document > missing properties to fix: > > sc7280-idp2.dtb: spi@88dc000: Unevaluated properties are not allowed ('operating-points-v2', 'power-domains' were unexpected) > > > [...] Applied to broonie/spi.git for-next Thanks! [1/1] spi: dt-bindings: qcom,spi-qcom-qspi: document OPP and power-domains commit: 7234d746a8339066313518bfa024fa03f363a55e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml index e94d915e28c8..ee8f7ea907b0 100644 --- a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml +++ b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml @@ -52,6 +52,11 @@ properties: - const: qspi-config - const: qspi-memory + operating-points-v2: true + + power-domains: + maxItems: 1 + required: - compatible - reg
QSPI on Qualcomm SDM845, SC7180 and SC7280 SoCs uses OPP table (both in DTS and Linux driver) and is suuplied by CX power domain. Document missing properties to fix: sc7280-idp2.dtb: spi@88dc000: Unevaluated properties are not allowed ('operating-points-v2', 'power-domains' were unexpected) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 5 +++++ 1 file changed, 5 insertions(+)