Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0d239116 authored by Robert Nelson's avatar Robert Nelson
Browse files

am335x-boneblue: spidev, cheat with the rohm,dh2228fv compatible, works the...

am335x-boneblue: spidev, cheat with the rohm,dh2228fv compatible, works the same as spidev, but no kernel warning

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 98039c46
Branches
1 merge request!104k3-am625-pocketbeagle2: Enable epwm2
Pipeline #8246 passed with stage
in 9 seconds
......@@ -737,13 +737,13 @@
channel@0 {
/* external S1.0 connector JST-SH 6pin */
compatible = "spidev";
compatible = "rohm,dh2228fv";
reg = <0>;
};
channel@1 {
/* external S1.1 connector JST-SH 6pin */
compatible = "spidev";
compatible = "rohm,dh2228fv";
reg = <1>;
};
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment