Skip to content

Commit c52f294

Browse files
Charan-Pedumuruclaudiubeznea
authored andcommitted
arm: dts: microchip: 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. 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>
1 parent d83734a commit c52f294

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm/boot/dts/microchip/sam9x60.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
ranges;
7676

7777
usb0: gadget@500000 {
78-
#address-cells = <1>;
79-
#size-cells = <0>;
8078
compatible = "microchip,sam9x60-udc";
8179
reg = <0x00500000 0x100000
8280
0xf803c000 0x400>;

0 commit comments

Comments
 (0)