]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: dm8168-evm: add SATA node
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 14 Mar 2017 11:14:14 +0000 (12:14 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 23 Mar 2017 20:23:49 +0000 (13:23 -0700)
Add the SATA controller node to the dm8168-evm device tree.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dm8168-evm.dts
arch/arm/boot/dts/dm816x.dtsi

index c6fabfc61b1deda9e11ff37ed865efc2abb5ee84..1865976db5f9a3e11aad03cdd951d2f3af83c78d 100644 (file)
        pinctrl-0 = <&usb1_pins>;
        mentor,multipoint = <0>;
 };
+
+&sata {
+       clocks = <&sysclk5_ck>, <&sata_refclk>;
+};
index 276211e1ee533af0fe345047ab6d006a785f84a8..59cbf958fcc3178c4b56aad647c340e40a63c098 100644 (file)
                        phy-handle = <&phy1>;
                };
 
+               sata: sata@4a140000 {
+                       compatible = "ti,dm816-ahci";
+                       reg = <0x4a140000 0x10000>;
+                       interrupts = <16>;
+                       ti,hwmods = "sata";
+               };
+
                mcspi1: spi@48030000 {
                        compatible = "ti,omap4-mcspi";
                        reg = <0x48030000 0x1000>;