dm: treewide: Rename 'platdata' variables to just 'plat'
We use 'priv' for private data but often use 'platdata' for platform data. We can't really use 'pdata' since that is ambiguous (it could mean private or platform data). Rename some of the latter variables to end with 'plat' for consistency. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -30,7 +30,7 @@ static int dm_test_gpio(struct unit_test_state *uts)
|
||||
|
||||
/*
|
||||
* We expect to get 4 banks. One is anonymous (just numbered) and
|
||||
* comes from platdata. The other are named a (20 gpios),
|
||||
* comes from plat. The other are named a (20 gpios),
|
||||
* b (10 gpios) and c (10 gpios) and come from the device tree. See
|
||||
* test/dm/test.dts.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user