[PATCH] ARM: dts: qcom: rename eth node to ethernet

David Heidelberg posted 1 patch 4 years, 5 months ago
arch/arm/boot/dts/qcom-msm8960-cdp.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: qcom: rename eth node to ethernet
Posted by David Heidelberg 4 years, 5 months ago
Comply with dt-schema requirements.

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 arch/arm/boot/dts/qcom-msm8960-cdp.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-msm8960-cdp.dts b/arch/arm/boot/dts/qcom-msm8960-cdp.dts
index 4af01039c3b2..d1fd0fe12ffe 100644
--- a/arch/arm/boot/dts/qcom-msm8960-cdp.dts
+++ b/arch/arm/boot/dts/qcom-msm8960-cdp.dts
@@ -279,7 +279,7 @@ gsbi@16000000 {
 			pinctrl-0 = <&spi1_default>;
 			spi@16080000 {
 				status = "okay";
-				eth@0 {
+				ethernet@0 {
 					compatible = "micrel,ks8851";
 					reg = <0>;
 					interrupt-parent = <&msmgpio>;
-- 
2.34.1

Re: (subset) [PATCH] ARM: dts: qcom: rename eth node to ethernet
Posted by Bjorn Andersson 4 years, 4 months ago
On Sat, 8 Jan 2022 18:15:35 +0100, David Heidelberg wrote:
> Comply with dt-schema requirements.
> 
> 

Applied, thanks!

[1/1] ARM: dts: qcom: rename eth node to ethernet
      commit: c9a186338f3f7dff48df3da0e900f4be0a7c11e6

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>