sonic-buildimage/platform/pddf/i2c/utils
FuzailBrcm 482ff1ca50
[pddf]: Support for idle_state device parameter is required for muxes using i2c_mux_pca954x driver (#10060)
As per linux kernel 5.10, 'force_deselct_on_exit' parameter used for driver i2c_mux_pca954x is no longer valid. Instead an attribute 'idle_state' is added per MUX device. This needs to be set to
-1 : For leaving the mux state as is
-2 : For deselecting the channel upon exit
: To always set a channel upon exit

This needs to be accommodated inside the PDDF JSON parser as well.
2022-03-03 15:58:34 -08:00
..
schema Platform Driver Developement Framework (PDDF) (#4756) 2020-11-12 10:22:38 -08:00
pddf_util.py [pddf]: Update PDDF utils and common platform APIs for Debian Bullseye (#9585) 2022-01-02 22:27:01 -08:00
pddfparse.py [pddf]: Support for idle_state device parameter is required for muxes using i2c_mux_pca954x driver (#10060) 2022-03-03 15:58:34 -08:00