mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
arm64: dts: broadcom: Fix sata nodename
[ Upstream commit55927cb44d] After converting ahci-platform txt binding to yaml nodename is reported as not matching the standard: arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dt.yaml: ahci@663f2000: $nodename:0: 'ahci@663f2000' does not match '^sata(@.*)?$' Fix it to match binding. Fixes:ac9aae00f0("arm64: dts: Add SATA3 AHCI and SATA3 PHY DT nodes for NS2") Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
f63122803d
commit
87a265e292
|
|
@ -687,7 +687,7 @@ sata_phy1: sata-phy@1 {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sata: ahci@663f2000 {
|
sata: sata@663f2000 {
|
||||||
compatible = "brcm,iproc-ahci", "generic-ahci";
|
compatible = "brcm,iproc-ahci", "generic-ahci";
|
||||||
reg = <0x663f2000 0x1000>;
|
reg = <0x663f2000 0x1000>;
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user