Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: orion5x: add standard pinctrl configs for sata0 and sata1

Several platforms will most likely use similar pinctrl configurations
for SATA0 and SATA1, so we declare those common configurations in the
Orion5x DT file.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1398202002-28530-28-git-send-email-thomas.petazzoni@free-electrons.com
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

authored by

Thomas Petazzoni and committed by
Jason Cooper
a55f9b61 e7e9ac1d

+10
+10
arch/arm/boot/dts/orion5x-mv88f5182.dtsi
··· 18 18 pinctrl: pinctrl@10000 { 19 19 compatible = "marvell,88f5182-pinctrl"; 20 20 reg = <0x10000 0x8>, <0x10050 0x4>; 21 + 22 + pmx_sata0: pmx-sata0 { 23 + marvell,pins = "mpp12", "mpp14"; 24 + marvell,function = "sata0"; 25 + }; 26 + 27 + pmx_sata1: pmx-sata1 { 28 + marvell,pins = "mpp13", "mpp15"; 29 + marvell,function = "sata1"; 30 + }; 21 31 }; 22 32 23 33 core_clk: core-clocks@10030 {