* Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> [170313 09:45]: > Add the SATA controller node to the dm8168-evm device tree. > --- 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>; > + interrupts = <16>; > + ti,hwmods = "sata"; > + }; The size should be 0x10000 instead of 0xffff, right? Tony -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html