diff options
author | Sherman Yin <syin@broadcom.com> | 2014-01-23 12:44:47 -0800 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2014-02-24 20:25:53 -0800 |
commit | a2530060c1157a7863abbe1fea3cfdd5da55bd48 (patch) | |
tree | 638639bdd3db0e23e8d8b49f4f54de604e1e9c15 /arch/arm/boot/dts/bcm11351.dtsi | |
parent | cfbf8d4857c26a8a307fb7cd258074c9dcd8c691 (diff) | |
download | linux-a2530060c1157a7863abbe1fea3cfdd5da55bd48.tar.gz linux-a2530060c1157a7863abbe1fea3cfdd5da55bd48.tar.bz2 linux-a2530060c1157a7863abbe1fea3cfdd5da55bd48.zip |
Update dtsi with new pinctrl compatible string
This commit updates bcm11351.dtsi with the new compatible string for
the same driver.
Signed-off-by: Sherman Yin <syin@broadcom.com>
Reviewed-by: Matt Porter <mporter@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm11351.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm11351.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index e491b82f8d67..792fde1b7f75 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -147,7 +147,7 @@ }; pinctrl@35004800 { - compatible = "brcm,capri-pinctrl"; + compatible = "brcm,bcm11351-pinctrl"; reg = <0x35004800 0x430>; }; |