arm64: dts: renesas: beacon kit: Remove unnecessary nodes
authorAdam Ford <aford173@gmail.com>
Sun, 13 Dec 2020 18:37:43 +0000 (12:37 -0600)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 28 Dec 2020 09:46:44 +0000 (10:46 +0100)
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>
arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi

index b93219a95afcd06042456668835fed47c9c586c7..2a5e95ec9965ed36a0c49778c4f121cfd415bd16 100644 (file)
 &usb3s0_clk {
        clock-frequency = <100000000>;
 };
-
-&vspb {
-       status = "okay";
-};
-
-&vspi0 {
-       status = "okay";
-};