mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: henninger: enable SATA0
Enable SATA0 device for the Henninger board. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
26b0d2cf73
commit
5a62ec5700
|
@ -74,3 +74,7 @@ phy1: ethernet-phy@1 {
|
|||
micrel,led-mode = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
&sata0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue