ARM: dts: a20-wits-pro-a20-dkt: Enable AHCI
Enable ahci node for a20-wits-pro-a20-dkt, this would require since we have DM_SCSI enabled on the respective SoC. Right now, ahci enabled in -u-boot.dtsi and will remove once same supported by Linux. Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
328c5f09c9
commit
36b53ab24e
10
arch/arm/dts/sun7i-a20-wits-pro-a20-dkt-u-boot.dtsi
Normal file
10
arch/arm/dts/sun7i-a20-wits-pro-a20-dkt-u-boot.dtsi
Normal file
@ -0,0 +1,10 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
|
||||
*/
|
||||
|
||||
#include "sunxi-u-boot.dtsi"
|
||||
|
||||
&ahci {
|
||||
status = "okay";
|
||||
};
|
Loading…
Reference in New Issue
Block a user