From 25ef8d0282f34889f17e0b42e817dcab5a557bca Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 4 Feb 2016 13:56:23 +0100 Subject: [PATCH] ARM64: zynqmp: Add missing compatible property for si5328 Missing compatible string It is causing error in bootlog i2c i2c-10: of_i2c: modalias failure on /amba/i2c@ff030000/i2cswitch@74/i2c@4/clock-generator4@69 Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp-zcu102.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/zynqmp-zcu102.dts b/arch/arm/dts/zynqmp-zcu102.dts index d397b6cf67a..3dff0297648 100644 --- a/arch/arm/dts/zynqmp-zcu102.dts +++ b/arch/arm/dts/zynqmp-zcu102.dts @@ -443,6 +443,7 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o #size-cells = <0>; reg = <4>; si5328: clock-generator4@69 {/* SI5328 - u20 */ + compatible = "silabs,si5328"; reg = <0x69>; }; }; -- 2.47.3