From b4ddca98a7ede5886a1a9de8f0d2bc58a3bbfe8f Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Wed, 7 Jun 2017 08:53:36 +0100 Subject: [PATCH] overlays: Fix i2c-rtc order and fragment numbering See: https://github.com/raspberrypi/linux/issues/2059 Signed-off-by: Phil Elwell --- arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"; }; };