[PATCH 11/11] ARM: dts: exynos: correct HSI2C properties in Exynos5410 Odroid XU

Alim Akhtar alim.akhtar at samsung.com
Fri Jan 27 20:46:37 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 11/11] ARM: dts: exynos: correct HSI2C properties in
> Exynos5410 Odroid XU
> 
> The HSI2C controller uses clock-frequency and does not have i2c-sda-delay.
> The properties were copy-pasted from the slower S3C-family I2C controller:
> 
>   exynos5410-odroidxu.dtb: i2c at 12ca0000: Unevaluated properties are not
> allowed ('samsung,i2c-max-bus-freq', 'samsung,i2c-sda-delay' were
> unexpected)
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
> ---

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

>  arch/arm/boot/dts/exynos5410-odroidxu.dts | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos5410-odroidxu.dts
> b/arch/arm/boot/dts/exynos5410-odroidxu.dts
> index d1cbc6b8a570..232561620da2 100644
> --- a/arch/arm/boot/dts/exynos5410-odroidxu.dts
> +++ b/arch/arm/boot/dts/exynos5410-odroidxu.dts
> @@ -164,8 +164,7 @@ map2 {
>  };
> 
>  &hsi2c_4 {
> -	samsung,i2c-sda-delay = <100>;
> -	samsung,i2c-max-bus-freq = <400000>;
> +	clock-frequency = <400000>;
>  	status = "okay";
> 
>  	usb3503: usb-hub at 8 {
> --
> 2.34.1






More information about the linux-arm-kernel mailing list