Message ID | 20240621170000.2289596-1-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8a67cbd47bf431a1f531ba73e952ce4c114a33a5 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [1/1] dt-bindings: net: fman: remove ptp-timer from required list | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On 21/06/2024 19:00, Frank Li wrote: > IEEE1588(ptp) is optional feature for network. Remove it from required > list to fix below CHECK_DTBS warning. > arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: ethernet@f0000: 'ptp-timer' is a required property > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml | 1 - Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hello: This patch was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 21 Jun 2024 13:00:00 -0400 you wrote: > IEEE1588(ptp) is optional feature for network. Remove it from required > list to fix below CHECK_DTBS warning. > arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: ethernet@f0000: 'ptp-timer' is a required property > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [1/1] dt-bindings: net: fman: remove ptp-timer from required list https://git.kernel.org/netdev/net/c/8a67cbd47bf4 You are awesome, thank you!
diff --git a/Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml b/Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml index c80c880a9dab4..60aaf30d68edf 100644 --- a/Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml +++ b/Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml @@ -128,7 +128,6 @@ required: - cell-index - reg - fsl,fman-ports - - ptp-timer dependencies: pcs-handle-names:
IEEE1588(ptp) is optional feature for network. Remove it from required list to fix below CHECK_DTBS warning. arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: ethernet@f0000: 'ptp-timer' is a required property Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Documentation/devicetree/bindings/net/fsl,fman-dtsec.yaml | 1 - 1 file changed, 1 deletion(-)