commit | a23e6ee58a4af1035a0dd9ded2c6892133738256 | [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 | 1bbe45046f323b90905c1a29f9b5f9f0119310aa [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>