@@ -10,6 +10,8 @@ Required properties: Optional properties: - dma-coherent: Enable AHCI coherent DMA operation. - reg-names: register area names when there are more than 1 register area.+ example: 'ahci' is for sata controller register.+ 'sata-ecc' is for sata ecc register. Examples: sata at 3200000 {
From: Tang Yuantian <redacted>
On ls1046a soc, sata ecc should be disabled. So added sata ecc
register address so that driver can get this information.
Signed-off-by: Tang Yuantian <redacted>
---
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
On Thu, Nov 17, 2016 at 03:59:20PM +0800, yuantian.tang at nxp.com wrote:
From: Tang Yuantian <redacted>
On ls1046a soc, sata ecc should be disabled. So added sata ecc
disabled or enabled?
Shawn
quoted hunk
register address so that driver can get this information.
Signed-off-by: Tang Yuantian <redacted>
---
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
@@ -10,6 +10,8 @@ Required properties: Optional properties: - dma-coherent: Enable AHCI coherent DMA operation. - reg-names: register area names when there are more than 1 register area.+ example: 'ahci' is for sata controller register.+ 'sata-ecc' is for sata ecc register.
This is not an example, but should be exactly what names are used.
When is there more than one area? That should be defined by the
compatible string and spelled out here.
Rob