]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm: dts: microchip: remove unused #address-cells/#size-cells from sam9x60 udc node
authorCharan Pedumuru <charan.pedumuru@gmail.com>
Sat, 7 Mar 2026 09:16:18 +0000 (09:16 +0000)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sun, 8 Mar 2026 16:06:52 +0000 (18:06 +0200)
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.

Signed-off-by: Charan Pedumuru <charan.pedumuru@gmail.com>
Link: https://lore.kernel.org/r/20260307-atmel-usb-v3-1-3dc48fe772be@gmail.com
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
[claudiu.beznea: s/at91/microchip in commit title]
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/sam9x60.dtsi

index b075865e6a7688005d471665459b3f6f1f26f7a4..e708b3df4ccd3cec2d56669842d2eb720f83bf95 100644 (file)
@@ -75,8 +75,6 @@
                ranges;
 
                usb0: gadget@500000 {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
                        compatible = "microchip,sam9x60-udc";
                        reg = <0x00500000 0x100000
                                0xf803c000 0x400>;