Message ID | 20221204190543.143986-1-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/2] arm64: dts: exynos: drop unsupported I2C properties in Espresso | expand |
On Sun, 4 Dec 2022 20:05:42 +0100, Krzysztof Kozlowski wrote: > The Samsung HSI2C (High Speed I2C) bindings do not allow > samsung,i2c-sda-delay (present in older S3C24xx I2C bindings): > > exynos7-espresso.dtb: i2c@13660000: Unevaluated properties are not allowed ('samsung,i2c-sda-delay', 'samsung,i2c-max-bus-freq' were unexpected) > > Applied, thanks! [1/2] arm64: dts: exynos: drop unsupported I2C properties in Espresso https://git.kernel.org/krzk/linux/c/91d89306579b7a2963e39e4711b893634ace23d6 [2/2] ARM: dts: exynos: drop unused pinctrl-names from Galaxy Tab https://git.kernel.org/krzk/linux/c/5d1ab51463d6c609e65861625512f912eb1d7cb2 Best regards,
diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts index e38c59cf18dc..b846c0be90e3 100644 --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts @@ -83,8 +83,6 @@ &adc { }; &hsi2c_4 { - samsung,i2c-sda-delay = <100>; - samsung,i2c-max-bus-freq = <200000>; status = "okay"; pmic@66 {
The Samsung HSI2C (High Speed I2C) bindings do not allow samsung,i2c-sda-delay (present in older S3C24xx I2C bindings): exynos7-espresso.dtb: i2c@13660000: Unevaluated properties are not allowed ('samsung,i2c-sda-delay', 'samsung,i2c-max-bus-freq' were unexpected) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 -- 1 file changed, 2 deletions(-)