[PATCH v5 2/2] mips: dts: pic32: pic32mzda: Remove unused address-cells, size-cells property

From: Udaya Kiran Challa

Date: Fri Jul 31 2026 - 14:05:06 EST


The #address-cells and #size-cells properties are not strictly
needed since the child nodes don't have reg properties

Suggested-by: Rob Herring <robh@xxxxxxxxxx>
Signed-off-by: Udaya Kiran Challa <challauday369@xxxxxxxxx>
---
arch/mips/boot/dts/pic32/pic32mzda.dtsi | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/mips/boot/dts/pic32/pic32mzda.dtsi b/arch/mips/boot/dts/pic32/pic32mzda.dtsi
index feca35ba56a4..433dff3cf14f 100644
--- a/arch/mips/boot/dts/pic32/pic32mzda.dtsi
+++ b/arch/mips/boot/dts/pic32/pic32mzda.dtsi
@@ -76,8 +76,6 @@ evic: interrupt-controller@1f810000 {
};

pic32_pinctrl: pinctrl@1f801400 {
- #address-cells = <1>;
- #size-cells = <1>;
compatible = "microchip,pic32mzda-pinctrl";
reg = <0x1f801400 0x400>;
clocks = <&rootclk PB1CLK>;
--
2.34.1