[U-Boot] [PATCH 8/9] arm64: zynqmp: Fix i2c boot warning
Michal Simek
michal.simek at xilinx.com
Wed Feb 13 15:54:29 UTC 2019
From: Shubhrajyoti Datta <shubhrajyoti.datta at xilinx.com>
Fix the below warning as the core looks for the compatible
string.
[ 5.198919] i2c i2c-18: of_i2c: modalias failure on
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 19
[ 5.207454] i2c i2c-18: Failed to create I2C device for
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 19
[ 5.216394] i2c i2c-18: of_i2c: modalias failure on
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 30
[ 5.224986] i2c i2c-18: Failed to create I2C device for
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 30
[ 5.233927] i2c i2c-18: of_i2c: modalias failure on
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 35
[ 5.242527] i2c i2c-18: Failed to create I2C device for
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 35
[ 5.263880] i2c i2c-18: of_i2c: modalias failure on
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 36
[ 5.272477] i2c i2c-18: Failed to create I2C device for
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 36
[ 5.281415] i2c i2c-18: of_i2c: modalias failure on
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 51
[ 5.290008] i2c i2c-18: Failed to create I2C device for
/amba/i2c at ff030000/i2c-mux at 75/i2c at 3/dev at 51
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp-zcu102-revA.dts | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/arch/arm/dts/zynqmp-zcu102-revA.dts b/arch/arm/dts/zynqmp-zcu102-revA.dts
index ba099712aa9d..0e96a3618821 100644
--- a/arch/arm/dts/zynqmp-zcu102-revA.dts
+++ b/arch/arm/dts/zynqmp-zcu102-revA.dts
@@ -485,21 +485,6 @@
#size-cells = <0>;
reg = <3>;
/* DDR4 SODIMM */
- dev at 19 {
- reg = <0x19>;
- };
- dev at 30 {
- reg = <0x30>;
- };
- dev at 35 {
- reg = <0x35>;
- };
- dev at 36 {
- reg = <0x36>;
- };
- dev at 51 {
- reg = <0x51>;
- };
};
i2c at 4 {
#address-cells = <1>;
--
1.9.1
More information about the U-Boot
mailing list