Assigning fixed numbers to i2c buses via ACPI code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

Is it possible to assign fixed numbers to i2c buses via ACPI code?

In DTS code it is done via aliases
(https://docs.kernel.org/i2c/i2c-sysfs.html#caveat).

For example:
```
aliases {
    i2c20 = &imux20;
}

&i2c1 {
status = "okay";

  i2c-mux@77 {
     ...
     imux20: i2c@0 {
        ...
     }
     ...
  }
}
```

Is it possible to do something like that in ACPI code?

Best regards,
Konstantin Aladyshev




[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]
  Powered by Linux