commit | cbdee4d5e88c8509a3491f8784be42841466cb6c | [log] [tgz] |
---|---|---|
author | Ashok Reddy Soma <ashok.reddy.soma@amd.com> | Fri Sep 30 03:25:46 2022 -0600 |
committer | Michal Simek <michal.simek@amd.com> | Wed Oct 05 11:36:54 2022 +0200 |
tree | e5fc029da034ffeba407157e73be0738c9a83962 | |
parent | 9a082d2548de523c37f035cee7e0c280bad62bee [diff] |
mmc: zynq_sdhci: Change node_id prototype to u32 In Versal platform power domain node_id is bigger than u8, hence change prototype to u32 to accommodate. Change u8 to u32 in the function prototypes that use node_id and remove casting to u32 from xilinx_pm_request() call parameters. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com> Link: https://lore.kernel.org/r/20220930092548.18453-2-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>