From: Quanyang Wang <quanyang.w...@windriver.com>

Add i2c device node for axm5616-victoria board, or else the user
app "sensors" can't find sensor via i2c bus.

Signed-off-by: Quanyang Wang <quanyang.w...@windriver.com>
---
 .../arm64/boot/dts/intel/axm5616-victoria.dts | 48 +++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/arch/arm64/boot/dts/intel/axm5616-victoria.dts 
b/arch/arm64/boot/dts/intel/axm5616-victoria.dts
index cc2be5e4a93bd..b960f0388a0d0 100644
--- a/arch/arm64/boot/dts/intel/axm5616-victoria.dts
+++ b/arch/arm64/boot/dts/intel/axm5616-victoria.dts
@@ -202,6 +202,43 @@ &i2c0 {
 
 &i2c1 {
        status = "okay";
+
+       pxa9555@20 {
+               compatible = "pca9555";
+               reg = <0x20>;
+       };
+
+       adt7467@2e {
+               compatible = "adt7473";
+               reg = <0x2e>;
+       };
+
+       temp@18 {
+               compatible = "jedec,jc-42.4-temp";
+               reg = <0x18>;
+       };
+
+       temp@1a {
+               compatible = "jedec,jc-42.4-temp";
+               reg = <0x1a>;
+       };
+
+       spd@50 {
+               compatible = "spd";
+               reg = <0x50>;
+       };
+
+       spd@52 {
+               compatible = "spd";
+               reg = <0x52>;
+       };
+
+       eeprom@54 {
+               compatible = "atmel, 24c1024";
+               reg = <0x54>;
+               pagesize = <128>;
+       };
+
 };
 
 &i2c2 {
@@ -210,6 +247,17 @@ &i2c2 {
 
 &i2c3 {
        status = "okay";
+
+       ltc2974@5c {
+               compatible = "ltc2974";
+               reg = <0x5c>;
+       };
+
+       ltc2974@5d {
+               compatible = "ltc2974";
+               reg = <0x5d>;
+       };
+
 };
 
 &edac_cpu {
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10313): 
https://lists.yoctoproject.org/g/linux-yocto/message/10313
Mute This Topic: https://lists.yoctoproject.org/mt/85082755/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to