diff mbox series

arm64: dts: qcom: sa8155p-adp: Remove unused properties from eth node

Message ID 20220907204153.2039776-1-bhupesh.sharma@linaro.org (mailing list archive)
State Accepted
Headers show
Series arm64: dts: qcom: sa8155p-adp: Remove unused properties from eth node | expand

Commit Message

Bhupesh Sharma Sept. 7, 2022, 8:41 p.m. UTC
The 'snps,ptp-ref-clk-rate' and 'snps,ptp-req-clk-rate' properties
are not supported by the stmmac driver currently, so remove
them from the sa8155p-adp ethernet node as well.

Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 3 ---
 1 file changed, 3 deletions(-)

Comments

Krzysztof Kozlowski Sept. 8, 2022, 9 a.m. UTC | #1
On 07/09/2022 22:41, Bhupesh Sharma wrote:
> The 'snps,ptp-ref-clk-rate' and 'snps,ptp-req-clk-rate' properties
> are not supported by the stmmac driver currently, so remove
> them from the sa8155p-adp ethernet node as well.
> 
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Vinod Koul <vkoul@kernel.org>
> Cc: David Miller <davem@davemloft.net>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
Bjorn Andersson Sept. 13, 2022, 3:04 p.m. UTC | #2
On Thu, 8 Sep 2022 02:11:53 +0530, Bhupesh Sharma wrote:
> The 'snps,ptp-ref-clk-rate' and 'snps,ptp-req-clk-rate' properties
> are not supported by the stmmac driver currently, so remove
> them from the sa8155p-adp ethernet node as well.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sa8155p-adp: Remove unused properties from eth node
      commit: 00d92171ee142200000a984dd1e3cfe599252ec3

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
index ba547ca9fc6b..87ab0e1ecd16 100644
--- a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
+++ b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
@@ -333,9 +333,6 @@  &ethernet {
 	snps,reset-active-low;
 	snps,reset-delays-us = <0 11000 70000>;
 
-	snps,ptp-ref-clk-rate = <250000000>;
-	snps,ptp-req-clk-rate = <96000000>;
-
 	snps,mtl-rx-config = <&mtl_rx_setup>;
 	snps,mtl-tx-config = <&mtl_tx_setup>;