mmc: zynq_sdhci: Change node_id prototype to u32
authorAshok Reddy Soma <ashok.reddy.soma@amd.com>
Fri, 30 Sep 2022 09:25:46 +0000 (03:25 -0600)
committerMichal Simek <michal.simek@amd.com>
Wed, 5 Oct 2022 09:36:54 +0000 (11:36 +0200)
commitcbdee4d5e88c8509a3491f8784be42841466cb6c
treee5fc029da034ffeba407157e73be0738c9a83962
parent9a082d2548de523c37f035cee7e0c280bad62bee
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>
drivers/mmc/zynq_sdhci.c