From: Krzysztof Kozlowski <hidden> Date: 2021-08-11 08:40:51
The Samsung Exynos SoC SATA bindings are not implemented in the kernel,
not used and superseded by generic
Documentation/devicetree/bindings/ata/ahci-platform.txt bindings.
Signed-off-by: Krzysztof Kozlowski <redacted>
---
.../devicetree/bindings/ata/exynos-sata.txt | 30 -------------------
1 file changed, 30 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/ata/exynos-sata.txt
@@ -1,30 +0,0 @@-* Samsung AHCI SATA Controller--SATA nodes are defined to describe on-chip Serial ATA controllers.-Each SATA controller should have its own node.--Required properties:-- compatible : compatible list, contains "samsung,exynos5-sata"-- interrupts : <interrupt mapping for SATA IRQ>-- reg : <registers mapping>-- samsung,sata-freq : <frequency in MHz>-- phys : Must contain exactly one entry as specified- in phy-bindings.txt-- phy-names : Must be "sata-phy"--Optional properties:-- clocks : Must contain an entry for each entry in clock-names.-- clock-names : Shall be "sata" for the external SATA bus clock,- and "sclk_sata" for the internal controller clock.--Example:- sata@122f0000 {- compatible = "snps,dwc-ahci";- samsung,sata-freq = <66>;- reg = <0x122f0000 0x1ff>;- interrupts = <0 115 0>;- clocks = <&clock 277>, <&clock 143>;- clock-names = "sata", "sclk_sata";- phys = <&sata_phy>;- phy-names = "sata-phy";- };
--
2.30.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Krzysztof Kozlowski <hidden> Date: 2021-08-11 08:40:54
The samsung,sata-freq property is not used (and not documented by
generic AHCI platform bindings), so can be safely dropped.
Signed-off-by: Krzysztof Kozlowski <redacted>
---
arch/arm/boot/dts/exynos5250.dtsi | 1 -
1 file changed, 1 deletion(-)
From: Rob Herring <robh@kernel.org> Date: 2021-08-17 21:11:44
On Wed, 11 Aug 2021 10:38:58 +0200, Krzysztof Kozlowski wrote:
The Samsung Exynos SoC SATA bindings are not implemented in the kernel,
not used and superseded by generic
Documentation/devicetree/bindings/ata/ahci-platform.txt bindings.
Signed-off-by: Krzysztof Kozlowski <redacted>
---
.../devicetree/bindings/ata/exynos-sata.txt | 30 -------------------
1 file changed, 30 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/ata/exynos-sata.txt