[ Sasha's backport helper bot ]
Hi,
Summary of potential issues: ⚠️ Found matching upstream commit but patch is missing proper reference to it
Found matching upstream commit: e683131e64f71e957ca77743cb3d313646157329
Status in newer kernel trees: 6.15.y | Not found 6.14.y | Not found
Note: The patch differs from the upstream commit: --- 1: e683131e64f71 ! 1: 9a2b766b7ef19 dt-bindings: pwm: adi,axi-pwmgen: Fix clocks @@ Commit message Reviewed-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org Link: https://lore.kernel.org/r/20250529-pwm-axi-pwmgen-add-external-clock-v3-2-5d... Signed-off-by: Uwe Kleine-König ukleinek@kernel.org + (cherry picked from commit e683131e64f71e957ca77743cb3d313646157329) + Signed-off-by: David Lechner dlechner@baylibre.com
## Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml ## @@ Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml: properties: - const: 3 + const: 2
clocks: - maxItems: 1 @@ Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml: properties:
@@ Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml: examples: pwm@44b00000 { - compatible = "adi,axi-pwmgen-2.00.a"; - reg = <0x44b00000 0x1000>; -- clocks = <&spi_clk>; -+ clocks = <&fpga_clk>, <&spi_clk>; -+ clock-names = "axi", "ext"; - #pwm-cells = <3>; + compatible = "adi,axi-pwmgen-2.00.a"; + reg = <0x44b00000 0x1000>; +- clocks = <&spi_clk>; ++ clocks = <&fpga_clk>, <&spi_clk>; ++ clock-names = "axi", "ext"; + #pwm-cells = <2>; }; ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success |