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

Michal Simek michal.simek at amd.com
Tue Oct 4 14:42:01 CEST 2022



On 9/30/22 11:25, Ashok Reddy Soma wrote:
> 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(-)
> 

Applied.
M


More information about the U-Boot mailing list