From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Sat, 16 Jul 2016 15:26:32 -0500 Subject: [PATCH v3 1/7] bindings: spi-samsung: add exynos5433 spi compatible In-Reply-To: <1468317736-18841-2-git-send-email-andi.shyti@samsung.com> References: <1468317736-18841-1-git-send-email-andi.shyti@samsung.com> <1468317736-18841-2-git-send-email-andi.shyti@samsung.com> Message-ID: <20160716202632.GA12145@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 12, 2016 at 07:02:10PM +0900, Andi Shyti wrote: > The samsung,exynos5433-spi has some peculiarities that bring the > need of creating a new compatible in the binding. > > One of those is the 3-clocks controller management where the spi > is fed with three clocks: "spi", "busclkN" and "ioclk". > > By adding the exynos5433-spi, we deprecate the exynos7 compatible > and discourage its use. > > Signed-off-by: Andi Shyti > Reviewed-by: Michael Turquette > Reviewed-by: Krzysztof Kozlowski > Reviewed-by: Sylwester Nawrocki > --- > Documentation/devicetree/bindings/spi/spi-samsung.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Rob Herring