diff options
author | Jon Mason <jon.mason@broadcom.com> | 2017-03-08 00:34:55 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-03-18 17:40:01 +0100 |
commit | 6822d7729ea60ebd49f126db1007d42cc1ad63d8 (patch) | |
tree | c5185b93ecbacb3d4b803f8499110ef7b7406211 /arch/arm/boot/dts/bcm958525xmc.dts | |
parent | ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree (diff) | |
download | linux-6822d7729ea60ebd49f126db1007d42cc1ad63d8.tar.xz linux-6822d7729ea60ebd49f126db1007d42cc1ad63d8.zip |
ARM: dts: NSP: disable i2c DT entry by default
The i2c device tree entry should be disabled by default to match the
current convention in other device tree files. Similarily, enable it on
the XMC board, where it is being used.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958525xmc.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958525xmc.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm958525xmc.dts b/arch/arm/boot/dts/bcm958525xmc.dts index 5fca946f80c8..75a88324ccae 100644 --- a/arch/arm/boot/dts/bcm958525xmc.dts +++ b/arch/arm/boot/dts/bcm958525xmc.dts @@ -70,6 +70,8 @@ }; &i2c0 { + status = "okay"; + temperature-sensor@4c { compatible = "adi,adt7461a"; reg = <0x4c>; |