On 3/13/2017 7:43 PM, Bartosz Golaszewski wrote:
Add the SATA controller node to the dm8168-evm device tree.
Signed-off-by: Bartosz Golaszewski <[email protected]>
[...]
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi
index 276211e..6131081 100644
--- a/arch/arm/boot/dts/dm816x.dtsi
+++ b/arch/arm/boot/dts/dm816x.dtsi
@@ -293,6 +293,13 @@
phy-handle = <&phy1>;
};
+ sata: sata@4a140000 {
+ compatible = "ti,dm816-ahci";
+ reg = <0x4a140000 0xffff>;
Again, 0x10000 for the size.
[...]
MBR, Sergei