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 <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d5888c8 commit 21b388d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)