diff mbox

[U-Boot,v3,(RFC),3/4] sunxi: Match sun4i nand clock name with sun6i

Message ID 1432301344-4855-4-git-send-email-r.spliet@ultimaker.com
State Superseded
Delegated to: Hans de Goede
Headers show

Commit Message

Roy Spliet May 22, 2015, 1:29 p.m. UTC
Signed-off-by: Roy Spliet <r.spliet@ultimaker.com>
---
 arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
index c28ee05..fe3e92f 100644
--- a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
+++ b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
@@ -39,7 +39,7 @@  struct sunxi_ccm_reg {
 	u32 apb0_gate;		/* 0x68 apb0 module clock gating */
 	u32 apb1_gate;		/* 0x6c apb1 module clock gating */
 	u8 res4[0x10];
-	u32 nand_sclk_cfg;	/* 0x80 nand sub clock control */
+	u32 nand0_clk_cfg;	/* 0x80 nand sub clock control */
 	u32 ms_sclk_cfg;	/* 0x84 memory stick sub clock control */
 	u32 sd0_clk_cfg;	/* 0x88 sd0 clock control */
 	u32 sd1_clk_cfg;	/* 0x8c sd1 clock control */