[PATCH 03/11] ARM: dts: exynos: correct cd-gpios property in Exynos4412 Itop Elite

Alim Akhtar alim.akhtar at samsung.com
Fri Jan 27 20:33:59 PST 2023



> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
> Sent: Friday, January 20, 2023 9:24 PM
> To: Rob Herring <robh+dt at kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt at linaro.org>; Alim Akhtar
> <alim.akhtar at samsung.com>; Inki Dae <inki.dae at samsung.com>; Kyungmin
> Park <kyungmin.park at samsung.com>; Kukjin Kim <kgene at kernel.org>;
> devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux-
> samsung-soc at vger.kernel.org; linux-kernel at vger.kernel.org
> Cc: replicant at osuosl.org; phone-devel at vger.kernel.org;
> ~postmarketos/upstreaming at lists.sr.ht; Martin Jücker
> <martin.juecker at gmail.com>; Henrik Grimler <henrik at grimler.se>;
> Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
> Subject: [PATCH 03/11] ARM: dts: exynos: correct cd-gpios property in
> Exynos4412 Itop Elite
> 
> The property is cd-gpios:
> 
>   exynos4412-itop-elite.dtb: mmc at 12530000: Unevaluated properties are not
> allowed ('cd-gpio' was unexpected)
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
> ---

Reviewed-by: Alim Akhtar <alim.akhtar at samsung.com>

>  arch/arm/boot/dts/exynos4412-itop-elite.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/exynos4412-itop-elite.dts
> b/arch/arm/boot/dts/exynos4412-itop-elite.dts
> index 202ab0fee3b7..b596e997e451 100644
> --- a/arch/arm/boot/dts/exynos4412-itop-elite.dts
> +++ b/arch/arm/boot/dts/exynos4412-itop-elite.dts
> @@ -214,7 +214,7 @@ &sdhci_2 {
>  	bus-width = <4>;
>  	pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4>;
>  	pinctrl-names = "default";
> -	cd-gpio = <&gpx0 7 GPIO_ACTIVE_LOW>;
> +	cd-gpios = <&gpx0 7 GPIO_ACTIVE_LOW>;
>  	cap-sd-highspeed;
>  	vmmc-supply = <&ldo23_reg>;
>  	vqmmc-supply = <&ldo17_reg>;
> --
> 2.34.1






More information about the linux-arm-kernel mailing list