Message ID | 20220108171535.55536-1-david@ixit.cz |
---|---|
State | Accepted |
Commit | c9a186338f3f7dff48df3da0e900f4be0a7c11e6 |
Headers | show |
Series | ARM: dts: qcom: rename eth node to ethernet | expand |
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,
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>;
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(-)