ARM: bitmain: Enable nand and smcc drivers
authorMichal Simek <michal.simek@xilinx.com>
Thu, 18 Mar 2021 15:04:44 +0000 (16:04 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Mar 2021 10:03:25 +0000 (12:03 +0200)
Enable nand and smcc via DT.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/bitmain-antminer-s9.dts

index 7362ad4..0694350 100644 (file)
        ps-clk-frequency = <33333333>;
 };
 
+&nand0 {
+       status = "okay";
+};
+
+&smcc {
+       status = "okay";
+};
+
 &gem0 {
        status = "okay";
        phy-mode = "rgmii-id";