b95b8c0a5f9d6ba9cbc6013e8d3623e01d5023ba
[openwrt/staging/ynezz.git] /
1 From d30018da40f9a6ce037a2acf2ea46d0ad3a08e6a Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Wed, 13 Jan 2021 21:25:38 +0000
4 Subject: [PATCH] SQUASH: Revert: "overlays: Make the i2c-gpio overlay
5 safe again"
6
7 This revert and its neighbour are opposites. When squashing, delete
8 the original commits as well.
9
10 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
11 ---
12 arch/arm/boot/dts/overlays/i2c-gpio-overlay.dts | 3 +++
13 1 file changed, 3 insertions(+)
14
15 --- a/arch/arm/boot/dts/overlays/i2c-gpio-overlay.dts
16 +++ b/arch/arm/boot/dts/overlays/i2c-gpio-overlay.dts
17 @@ -11,6 +11,9 @@
18 target-path = "/";
19
20 __overlay__ {
21 + #address-cells = <1>;
22 + #size-cells = <0>;
23 +
24 i2c_gpio: i2c@0 {
25 reg = <0xffffffff>;
26 compatible = "i2c-gpio";