[PATCH 0/3] Read mmc "power-domains" id from DT and use for firmware calls

Ashok Reddy Soma ashok.reddy.soma at amd.com
Fri Sep 30 11:25:45 CEST 2022


In this patch series
- Existing node_id is u8, change it to u32 to accommodate Versal node_id
- Read "power-domains" id from DT and use in all firmware calls in place
  of node_id.
- Remove static values of node_id which are set based on "device_id"
- Remove "xlnx,device_id" from all dts files


Ashok Reddy Soma (3):
  mmc: zynq_sdhci: Change node_id prototype to u32
  mmc: zynq_sdhci: Read power-domains id from DT and use
  arm64: dts: Remove unused property device_id

 arch/arm/dts/versal-mini-emmc0.dts |  1 -
 arch/arm/dts/versal-mini-emmc1.dts |  1 -
 arch/arm/dts/zynqmp-mini-emmc0.dts |  1 -
 arch/arm/dts/zynqmp-mini-emmc1.dts |  1 -
 arch/arm/dts/zynqmp.dtsi           |  2 --
 drivers/mmc/zynq_sdhci.c           | 53 +++++++++++++++---------------
 6 files changed, 27 insertions(+), 32 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list