Skip to content

Commit 80a9609

Browse files
krzkpalmer-dabbelt
authored andcommitted
riscv: dts: microchip: drop duplicated nodes
The DTSI file defines soc node and address/size cells, so there is no point in duplicating it in DTS file. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent a090fe6 commit 80a9609

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#define RTCCLK_FREQ 1000000
1010

1111
/ {
12-
#address-cells = <2>;
13-
#size-cells = <2>;
1412
model = "Microchip PolarFire-SoC Icicle Kit";
1513
compatible = "microchip,mpfs-icicle-kit";
1614

@@ -35,9 +33,6 @@
3533
reg = <0x0 0x80000000 0x0 0x40000000>;
3634
clocks = <&clkcfg 26>;
3735
};
38-
39-
soc {
40-
};
4136
};
4237

4338
&serial0 {

0 commit comments

Comments
 (0)