]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: dts: tegra132: cm3218 i2c registration
authorSri Krishna chowdary <schowdary@nvidia.com>
Mon, 30 Dec 2013 14:40:12 +0000 (20:10 +0530)
committerTom Cherry <tcherry@nvidia.com>
Thu, 23 Jan 2014 00:02:52 +0000 (16:02 -0800)
cm32181 is present on GEN1_I2C or i2c0. Add the DT node
under the same.
Power tree registration happens from board files.

Bug 1408639

Change-Id: I6f4a957ce186818670213a8646af351596d5c594
Signed-off-by: Sri Krishna chowdary <schowdary@nvidia.com>
Reviewed-on: http://git-master/r/350650
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
arch/arm64/boot/dts/tegra132-norrin.dts

index 30ad351dc1561b598202c3510b29d5dfe770c327..b423ea6bff227bd76c34e95d36105fbd20d804c4 100644 (file)
        i2c@7000c000 {
                status = "okay";
                clock-frequency = <100000>;
+
+               cm32181@48 {
+                       compatible = "capella,cm32181";
+                       reg = <0x48>;
+               };
        };
 
        i2c@7000c400 {