Commit ac817b5a authored by Adam Ford's avatar Adam Ford Committed by Geert Uytterhoeven
Browse files

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: default avatarAdam Ford <aford173@gmail.com>
Link: https://lore.kernel.org/r/20201213183759.223246-4-aford173@gmail.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent db030c5a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -303,11 +303,3 @@ &usb_extal_clk {
&usb3s0_clk {
	clock-frequency = <100000000>;
};

&vspb {
	status = "okay";
};

&vspi0 {
	status = "okay";
};