Commit 9846210b authored by Stephen Warren's avatar Stephen Warren Committed by Rob Herring

ARM: tegra: seaboard: add missing DT vendor prefixes

A couple devices' DT compatible values only contained the device name
without any vendor prefix. Add the missing vendor prefixes.
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent ae8c4209
......@@ -523,12 +523,12 @@ regulator@14 {
};
temperature-sensor@4c {
compatible = "nct1008";
compatible = "onnn,nct1008";
reg = <0x4c>;
};
magnetometer@c {
compatible = "ak8975";
compatible = "ak,ak8975";
reg = <0xc>;
interrupt-parent = <&gpio>;
interrupts = <109 0x04>; /* gpio PN5 */
......
Markdown is supported
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