Skip to content

Commit

Permalink
overlays: Fix i2c-rtc order and fragment numbering
Browse files Browse the repository at this point in the history
See: raspberrypi#2059

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell authored and ryncsn committed Nov 21, 2017
1 parent da78d94 commit 50097f1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts
Expand Up @@ -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";
};
};
Expand All @@ -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";
};
Expand All @@ -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";
};
};
Expand Down

0 comments on commit 50097f1

Please sign in to comment.