File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,17 @@ static int sdw_slave_reg_show(struct seq_file *s_file, void *data)
86
86
87
87
/* SCP registers */
88
88
ret += scnprintf (buf + ret , RD_BUF - ret , "\nSCP\n" );
89
- for (i = SDW_SCP_INT1 ; i <= SDW_SCP_BANKDELAY ; i ++ )
89
+ for (i = SDW_SCP_INT1 ; i <= SDW_SCP_BUS_CLOCK_BASE ; i ++ )
90
90
ret += sdw_sprintf (slave , buf , ret , i );
91
91
for (i = SDW_SCP_DEVID_0 ; i <= SDW_SCP_DEVID_5 ; i ++ )
92
92
ret += sdw_sprintf (slave , buf , ret , i );
93
+ for (i = SDW_SCP_FRAMECTRL_B0 ; i <= SDW_SCP_BUSCLOCK_SCALE_B0 ; i ++ )
94
+ ret += sdw_sprintf (slave , buf , ret , i );
95
+ for (i = SDW_SCP_FRAMECTRL_B1 ; i <= SDW_SCP_BUSCLOCK_SCALE_B1 ; i ++ )
96
+ ret += sdw_sprintf (slave , buf , ret , i );
97
+ for (i = SDW_SCP_PHY_OUT_CTRL_0 ; i <= SDW_SCP_PHY_OUT_CTRL_7 ; i ++ )
98
+ ret += sdw_sprintf (slave , buf , ret , i );
99
+
93
100
94
101
/*
95
102
* SCP Bank 0/1 registers are read-only and cannot be
You can’t perform that action at this time.
0 commit comments