From: Charan Pedumuru Date: Fri, 27 Mar 2026 16:47:42 +0000 (+0000) Subject: arm: dts: at91: remove unused #address-cells/#size-cells from sam9x60 udc node X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b7f1a4f19f87f44f95a812b0f40f79a23950f99;p=thirdparty%2Fkernel%2Flinux.git arm: dts: at91: remove unused #address-cells/#size-cells from sam9x60 udc node The UDC node does not define any child nodes, so the "#address-cells" and "#size-cells" properties are unnecessary. Remove these unused properties to simplify the devicetree node and keep it consistent with DT conventions. Reviewed-by: Claudiu Beznea Signed-off-by: Charan Pedumuru Link: https://patch.msgid.link/20260327-atmel-usb-v4-1-eb8b6e49b29d@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/arm/boot/dts/microchip/sam9x60.dtsi b/arch/arm/boot/dts/microchip/sam9x60.dtsi index b075865e6a768..e708b3df4ccd3 100644 --- a/arch/arm/boot/dts/microchip/sam9x60.dtsi +++ b/arch/arm/boot/dts/microchip/sam9x60.dtsi @@ -75,8 +75,6 @@ ranges; usb0: gadget@500000 { - #address-cells = <1>; - #size-cells = <0>; compatible = "microchip,sam9x60-udc"; reg = <0x00500000 0x100000 0xf803c000 0x400>;