projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae8c420
)
ARM: tegra: seaboard: add missing DT vendor prefixes
author
Stephen Warren
<swarren@nvidia.com>
Mon, 19 Nov 2012 22:34:44 +0000
(15:34 -0700)
committer
Rob Herring
<rob.herring@calxeda.com>
Wed, 21 Nov 2012 04:58:54 +0000
(22:58 -0600)
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>
arch/arm/boot/dts/tegra20-seaboard.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/tegra20-seaboard.dts
b/arch/arm/boot/dts/tegra20-seaboard.dts
index f0ba901676ac640ddf5488ba51eb59d5ce38fd58..a20d4ff3fb3cd1ff1289ad82afcc6ad3dc7f87cb 100644
(file)
--- a/
arch/arm/boot/dts/tegra20-seaboard.dts
+++ b/
arch/arm/boot/dts/tegra20-seaboard.dts
@@
-523,12
+523,12
@@
};
temperature-sensor@4c {
- compatible = "nct1008";
+ compatible = "
onnn,
nct1008";
reg = <0x4c>;
};
magnetometer@c {
- compatible = "ak8975";
+ compatible = "ak
,ak
8975";
reg = <0xc>;
interrupt-parent = <&gpio>;
interrupts = <109 0x04>; /* gpio PN5 */