Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define fan in device tree #4

Open
alexander-kurichenko opened this issue Jun 10, 2021 · 1 comment
Open

Define fan in device tree #4

alexander-kurichenko opened this issue Jun 10, 2021 · 1 comment

Comments

@alexander-kurichenko
Copy link

Hello,
I'm trying to define Argon One fan in device tree to control it directly from kernel (get a native support without using any scripts in userspace). As far as i know, there is a lot of different fan controllers on a market which are using i2c bus for PWM control. But I couldn't find anything related to this controller. Could you please give me more information regarding to your one?
Thank you in advance!

        fragment@0 {
                target = <&i2c1>;

                __overlay__ {

                        fan0: fan@0x1a {
                                compatible = ?????

                        };
                };
        };
@alexander-kurichenko alexander-kurichenko changed the title Configure fan in device tree Define fan in device tree Jun 10, 2021
@fpauser
Copy link

fpauser commented Sep 9, 2023

Also interested - any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants