[PATCH v2 1/3] arm: dts: agilex5: Fix DT property naming convention
Chee, Tien Fong
tienfong.chee at altera.com
Tue Feb 10 04:54:57 CET 2026
On 1/2/2026 11:13 pm, Tanmay Kathpalia wrote:
> Replace underscores with hyphens in the PHY timing configuration
> property names to follow standard devicetree naming conventions:
> - phy-gate-lpbk_ctrl-delay-sd-ds -> phy-gate-lpbk-ctrl-delay-sd-ds
> - phy-gate-lpbk_ctrl-delay-sd-hs -> phy-gate-lpbk-ctrl-delay-sd-hs
>
> Signed-off-by: Tanmay Kathpalia<tanmay.kathpalia at altera.com>
> ---
> arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
> index 5a7aa5841e3..b443e57b1cd 100644
> --- a/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
> +++ b/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
> @@ -119,13 +119,13 @@
>
> /* SD card default speed (DS) and UHS-I SDR12 mode timing configuration */
> cdns,phy-dqs-timing-delay-sd-ds = <0x00780000>;
> - cdns,phy-gate-lpbk_ctrl-delay-sd-ds = <0x81a40040>;
> + cdns,phy-gate-lpbk-ctrl-delay-sd-ds = <0x81a40040>;
> cdns,phy-dll-slave-ctrl-sd-ds = <0x00a000fe>;
> cdns,phy-dq-timing-delay-sd-ds = <0x28000001>;
>
> /* SD card high speed and UHS-I SDR25 mode timing configuration */
> cdns,phy-dqs-timing-delay-sd-hs = <0x780001>;
> - cdns,phy-gate-lpbk_ctrl-delay-sd-hs = <0x81a40040>;
> + cdns,phy-gate-lpbk-ctrl-delay-sd-hs = <0x81a40040>;
> cdns,phy-dq-timing-delay-sd-hs = <0x10000001>;
> cdns,ctrl-hrs16-slave-ctrl-sd-hs = <0x101>;
> cdns,ctrl-hrs07-timing-delay-sd-hs = <0xA0001>;
Acked-by: Tien Fong Chee <tien.fong.chee at altera.com> Best regards, Tien
Fong
More information about the U-Boot
mailing list