ARM64: dts: bcm2710-rpi-3-b: enable i2c1
authorAndi Shyti <andi.shyti@samsung.com>
Fri, 31 Mar 2017 06:20:27 +0000 (15:20 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Tue, 11 Jun 2019 00:35:50 +0000 (09:35 +0900)
i2c bus number 1 is mapped in the Raspberry Pi gpio array for
connecting through i2c external devices.

Change-Id: Ia8f72952f4aed1d737ab75c239ead25bb97d2e3c
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
arch/arm/boot/dts/bcm2710-rpi-3-b.dts

index 557eef5..cd188e4 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&i2c1_pins>;
        clock-frequency = <100000>;
+       status = "okay";
 };
 
 &i2c2 {