]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: zynq_sdhci: Read power-domains id from DT and use
authorAshok Reddy Soma <ashok.reddy.soma@amd.com>
Fri, 30 Sep 2022 09:25:47 +0000 (03:25 -0600)
committerMichal Simek <michal.simek@amd.com>
Wed, 5 Oct 2022 09:36:54 +0000 (11:36 +0200)
commitaba0e6510f8fb4166179cc6d486abd6bb6b7b7e8
treeabd8c91d78eef62ebdb24372572acb22dfe231dd
parentcbdee4d5e88c8509a3491f8784be42841466cb6c
mmc: zynq_sdhci: Read power-domains id from DT and use

Firmware calls need node_id which is basically "power-domains" id.
At present static values are used based on the "device_id" property of
dt.
Instead of this, read "power-domains" id from dt and use it. Add a
element called node_id in priv structure and read it from dt. Replace
static node_id with this priv->node_id across the driver.

Since "device_id" is not used anywhere else simply remove it.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Link: https://lore.kernel.org/r/20220930092548.18453-3-ashok.reddy.soma@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/mmc/zynq_sdhci.c