Skip to content

Commit 21b388d

Browse files
committed
ARM: dts: r8a7779: Remove deprecated "renesas, rcar-sata" compatible value
The "renesas,rcar-sata" compatible value was deprecated by "renesas,sata-r8a7779" many years ago, in commit e67adb4 ("sata_rcar: Add R-Car Gen2 SATA PHY support"). Drop it. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Link: https://lore.kernel.org/r/20200219153929.11073-1-geert+renesas@glider.be
1 parent d5888c8 commit 21b388d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/r8a7779.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
};
378378

379379
sata: sata@fc600000 {
380-
compatible = "renesas,sata-r8a7779", "renesas,rcar-sata";
380+
compatible = "renesas,sata-r8a7779";
381381
reg = <0xfc600000 0x200000>;
382382
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
383383
clocks = <&mstp1_clks R8A7779_CLK_SATA>;

0 commit comments

Comments
 (0)