diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-11-19 17:34:44 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-11-20 23:58:54 -0500 |
commit | 9846210b1ec9bbaa30022d6d8af7e55ef67ccb45 (patch) | |
tree | 0d23d6217db0257d899bf4366f943d2826d18710 | |
parent | ae8c4209af2cec065fef15d200a42a04130799f7 (diff) |
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: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r-- | arch/arm/boot/dts/tegra20-seaboard.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index f0ba901676ac..a20d4ff3fb3c 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts | |||
@@ -523,12 +523,12 @@ | |||
523 | }; | 523 | }; |
524 | 524 | ||
525 | temperature-sensor@4c { | 525 | temperature-sensor@4c { |
526 | compatible = "nct1008"; | 526 | compatible = "onnn,nct1008"; |
527 | reg = <0x4c>; | 527 | reg = <0x4c>; |
528 | }; | 528 | }; |
529 | 529 | ||
530 | magnetometer@c { | 530 | magnetometer@c { |
531 | compatible = "ak8975"; | 531 | compatible = "ak,ak8975"; |
532 | reg = <0xc>; | 532 | reg = <0xc>; |
533 | interrupt-parent = <&gpio>; | 533 | interrupt-parent = <&gpio>; |
534 | interrupts = <109 0x04>; /* gpio PN5 */ | 534 | interrupts = <109 0x04>; /* gpio PN5 */ |