Message ID | 20250213-bletchley-dts-fix-v1-1-c953315eb894@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | ARM: dts: aspeed: bletchley: remove unused ethernet-phy node | expand |
On Thu, 13 Feb 2025 15:12:58 +0800, Potin Lai wrote: > Remove the unused `ethernet-phy` node and the `phy-handle` property > from the Bletchley device tree. This fixes warnings reported by the > kernel DTB checks. > > Thanks, I've applied this to be picked up through the BMC tree. -- Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-bletchley.dts index 5be0e8fd2633..21fafa4b2422 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-bletchley.dts @@ -52,10 +52,6 @@ tpm@0 { }; }; - switchphy: ethernet-phy@0 { - // Fixed link - }; - front_gpio_leds { compatible = "gpio-leds"; sys_log_id { @@ -285,7 +281,6 @@ vbus_sled6: vbus_sled6 { &mac2 { status = "okay"; phy-mode = "rgmii"; - phy-handle = <&switchphy>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_rgmii3_default>;
Remove the unused `ethernet-phy` node and the `phy-handle` property from the Bletchley device tree. This fixes warnings reported by the kernel DTB checks. Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> --- This fixes warnings reported by the kernel DTB checks. --- arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-bletchley.dts | 5 ----- 1 file changed, 5 deletions(-) --- base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b change-id: 20250213-bletchley-dts-fix-3cac66ed586a Best regards,