summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/exynos5250-snow.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:26 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:15 -0600
commit8bba6cc0db3f72b313c0e45ae57d9b733ab00249 (patch)
treebb7b10f4f61d920e17e26ebfdf7bfef9fc4a6e70 /arch/arm/dts/exynos5250-snow.dts
parentfa9ec45ca4d31bd24864139696d699aa3165427b (diff)
downloadblackbird-obmc-uboot-8bba6cc0db3f72b313c0e45ae57d9b733ab00249.tar.gz
blackbird-obmc-uboot-8bba6cc0db3f72b313c0e45ae57d9b733ab00249.zip
exynos: dts: Drop the old TPS65090 I2C node
While the AP can access the main PMIC on snow, it must coordinate with the EC which also wants access. Drop the old definition, which can in principle generate collision errors. We will use the new arbitration driver instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/exynos5250-snow.dts')
-rw-r--r--arch/arm/dts/exynos5250-snow.dts16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts
index 334a5af6cc..32c0098bd8 100644
--- a/arch/arm/dts/exynos5250-snow.dts
+++ b/arch/arm/dts/exynos5250-snow.dts
@@ -95,22 +95,6 @@
};
};
-
- i2c4: i2c@12CA0000 {
- cros_ec_old: cros-ec@1e {
- reg = <0x1e>;
- compatible = "google,cros-ec-i2c";
- i2c-max-frequency = <100000>;
- u-boot,i2c-offset-len = <0>;
- ec-interrupt = <&gpx1 6 GPIO_ACTIVE_LOW>;
- };
-
- power-regulator@48 {
- compatible = "ti,tps65090";
- reg = <0x48>;
- };
- };
-
i2c-arbitrator {
compatible = "i2c-arb-gpio-challenge";
#address-cells = <1>;
OpenPOWER on IntegriCloud