From: Phil Elwell Date: Wed, 7 Jun 2017 07:53:36 +0000 (+0100) Subject: overlays: Fix i2c-rtc order and fragment numbering X-Git-Tag: archive/raspbian/4.9.82-1+deb9u3+rpi1_jessie~5^2~199 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=668db2eb62f224267b382d8d8d68cacb9915f559;p=linux-4.9.git overlays: Fix i2c-rtc order and fragment numbering See: https://github.com/raspberrypi/linux/issues/2059 Signed-off-by: Phil Elwell --- diff --git a/arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts b/arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts index b73f902289c8..6140f172a86b 100644 --- a/arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts +++ b/arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts @@ -60,9 +60,9 @@ #size-cells = <0>; status = "okay"; - mcp7940x: mcp7940x@6f { - compatible = "microchip,mcp7940x"; - reg = <0x6f>; + ds3231: ds3231@68 { + compatible = "maxim,ds3231"; + reg = <0x68>; status = "okay"; }; }; @@ -75,8 +75,8 @@ #size-cells = <0>; status = "okay"; - mcp7941x: mcp7941x@6f { - compatible = "microchip,mcp7941x"; + mcp7940x: mcp7940x@6f { + compatible = "microchip,mcp7940x"; reg = <0x6f>; status = "okay"; }; @@ -90,9 +90,9 @@ #size-cells = <0>; status = "okay"; - ds3231: ds3231@68 { - compatible = "maxim,ds3231"; - reg = <0x68>; + mcp7941x: mcp7941x@6f { + compatible = "microchip,mcp7941x"; + reg = <0x6f>; status = "okay"; }; };