diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-05-22 15:47:21 -0400 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-05-27 01:23:00 -0400 |
commit | 446701d1d161f04aa107903bfe7ec14e1f6cd17f (patch) | |
tree | e41cb706f5e656b3fbc0e7f5da5f79bbbfb579cb | |
parent | 53f3c097375c94e87b41227ebdff83c4f4e3af41 (diff) |
soundwire: mipi-disco: remove master_count property for masters
The master_count is only defined for a Controller or a Slave in the
MIPI DisCo for SoundWire document.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | include/linux/soundwire/sdw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/soundwire/sdw.h b/include/linux/soundwire/sdw.h index 831a370eaedd..14376d8458c3 100644 --- a/include/linux/soundwire/sdw.h +++ b/include/linux/soundwire/sdw.h | |||
@@ -364,7 +364,6 @@ struct sdw_slave_prop { | |||
364 | /** | 364 | /** |
365 | * struct sdw_master_prop - Master properties | 365 | * struct sdw_master_prop - Master properties |
366 | * @revision: MIPI spec version of the implementation | 366 | * @revision: MIPI spec version of the implementation |
367 | * @master_count: Number of masters | ||
368 | * @clk_stop_mode: Bitmap for Clock Stop modes supported | 367 | * @clk_stop_mode: Bitmap for Clock Stop modes supported |
369 | * @max_freq: Maximum Bus clock frequency, in Hz | 368 | * @max_freq: Maximum Bus clock frequency, in Hz |
370 | * @num_clk_gears: Number of clock gears supported | 369 | * @num_clk_gears: Number of clock gears supported |
@@ -380,7 +379,6 @@ struct sdw_slave_prop { | |||
380 | */ | 379 | */ |
381 | struct sdw_master_prop { | 380 | struct sdw_master_prop { |
382 | u32 revision; | 381 | u32 revision; |
383 | u32 master_count; | ||
384 | enum sdw_clk_stop_mode clk_stop_mode; | 382 | enum sdw_clk_stop_mode clk_stop_mode; |
385 | u32 max_freq; | 383 | u32 max_freq; |
386 | u32 num_clk_gears; | 384 | u32 num_clk_gears; |