提交 6f37689c 编写于 作者: T Terry Zhou 提交者: Stephen Boyd

clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9

There is an error in the current code that the XTAL MODE
pin was set to NB MPP1_31 which should be NB MPP1_9.
The latch register of NB MPP1_9 has different offset of 0x8.
Signed-off-by: NTerry Zhou <bjzhou@marvell.com>
[pali: Fix pin name in commit message]
Signed-off-by: NPali Rohár <pali@kernel.org>
Fixes: 7ea82504 ("clk: mvebu: Add the xtal clock for Armada 3700 SoC")
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20201106100039.11385-1-pali@kernel.orgReviewed-by: NMarek Behún <kabel@kernel.org>
Signed-off-by: NStephen Boyd <sboyd@kernel.org>
上级 3650b228
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/regmap.h> #include <linux/regmap.h>
#define NB_GPIO1_LATCH 0xC #define NB_GPIO1_LATCH 0x8
#define XTAL_MODE BIT(31) #define XTAL_MODE BIT(9)
static int armada_3700_xtal_clock_probe(struct platform_device *pdev) static int armada_3700_xtal_clock_probe(struct platform_device *pdev)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册