diff options
author | John Garry <[email protected]> | 2016-11-08 00:44:24 +0800 |
---|---|---|
committer | Wei Xu <[email protected]> | 2016-11-15 10:58:12 +0000 |
commit | 84ad1f54095b563b1d97b52de01e85cdf589830f (patch) | |
tree | 5a1630024ce33ebe1c6abe115f4db6d72cade9f9 | |
parent | f65e786604b34d0b599b8c01ecca28be2d746290 (diff) |
arm64: dts: hisi: disable sas0 and sas2 for d03
The SAS nodes sas0 and sas2 are not available on d03, so
disable them.
Signed-off-by: John Garry <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hip06-d03.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hip06-d03.dts b/arch/arm64/boot/dts/hisilicon/hip06-d03.dts index f54b28359607..7c4114a67753 100644 --- a/arch/arm64/boot/dts/hisilicon/hip06-d03.dts +++ b/arch/arm64/boot/dts/hisilicon/hip06-d03.dts @@ -41,18 +41,10 @@ status = "ok"; }; -&sas0 { - status = "ok"; -}; - &sas1 { status = "ok"; }; -&sas2 { - status = "ok"; -}; - &usb_ohci { status = "ok"; }; |