arm64: dts: renesas: beacon kit: Remove unnecessary nodes

VSPI0 and VSPB are already enabled by default.  There is no need
to add extra nodes to enable them.  Remove the redundant nodes.

Signed-off-by: Adam Ford <aford173@gmail.com>
Link: https://lore.kernel.org/r/20201213183759.223246-4-aford173@gmail.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Adam Ford
2020-12-13 12:37:43 -06:00
committed by Geert Uytterhoeven
parent db030c5a96
commit ac817b5a08

View File

@@ -303,11 +303,3 @@
&usb3s0_clk {
clock-frequency = <100000000>;
};
&vspb {
status = "okay";
};
&vspi0 {
status = "okay";
};