Message ID | 20220626112838.19281-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 595d68c1b7a81c6cfbdd7c8b50c1e047dc1087ac |
Headers | show |
Series | spi: dt-bindings: samsung: Add Exynos4210 SPI | expand |
> Subject: [PATCH] spi: dt-bindings: samsung: Add Exynos4210 SPI > > Document samsung,exynos4210-spi compatible which is already used on > several Exynos SoCs. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Chanho Park <chanho61.park@samsung.com> Best Regards, Chanho Park
On Sun, 26 Jun 2022 13:28:38 +0200, Krzysztof Kozlowski wrote: > Document samsung,exynos4210-spi compatible which is already used on > several Exynos SoCs. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: dt-bindings: samsung: Add Exynos4210 SPI commit: 595d68c1b7a81c6cfbdd7c8b50c1e047dc1087ac All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/spi/samsung,spi.yaml b/Documentation/devicetree/bindings/spi/samsung,spi.yaml index a50f24f9359d..ef59ff62e88d 100644 --- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml +++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml @@ -20,6 +20,7 @@ properties: - samsung,s3c2443-spi # for S3C2443, S3C2416 and S3C2450 - samsung,s3c6410-spi - samsung,s5pv210-spi # for S5PV210 and S5PC110 + - samsung,exynos4210-spi - samsung,exynos5433-spi - tesla,fsd-spi - const: samsung,exynos7-spi
Document samsung,exynos4210-spi compatible which is already used on several Exynos SoCs. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/spi/samsung,spi.yaml | 1 + 1 file changed, 1 insertion(+)