Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -523,12 +523,12 @@
		};

		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 */