Commit 6822d772 authored by Jon Mason's avatar Jon Mason Committed by Florian Fainelli

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: default avatarJon Mason <jon.mason@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 1d8ece66
......@@ -361,6 +361,7 @@ i2c0: i2c@38000 {
#size-cells = <0>;
interrupts = <GIC_SPI 89 IRQ_TYPE_NONE>;
clock-frequency = <100000>;
status = "disabled";
};
watchdog@39000 {
......
......@@ -70,6 +70,8 @@ &ehci0 {
};
&i2c0 {
status = "okay";
temperature-sensor@4c {
compatible = "adi,adt7461a";
reg = <0x4c>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment