[PATCH 3/4] ARM: dts: dm8168-evm: add SATA node

Tony Lindgren tony at atomide.com
Mon Mar 13 14:15:21 PDT 2017


* Bartosz Golaszewski <bgolaszewski at baylibre.com> [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 at 4a140000 {
> +			compatible = "ti,dm816-ahci";
> +			reg = <0x4a140000 0xffff>;
> +			interrupts = <16>;
> +			ti,hwmods = "sata";
> +		};

The size should be 0x10000 instead of 0xffff, right?

Tony



More information about the linux-arm-kernel mailing list