overlays: Fix further maxim,ds1307 references
authorPhil Elwell <phil@raspberrypi.org>
Tue, 18 Jun 2019 10:16:13 +0000 (11:16 +0100)
committerpopcornmix <popcornmix@gmail.com>
Thu, 20 Jun 2019 17:03:30 +0000 (18:03 +0100)
See: https://github.com/raspberrypi/linux/issues/3013

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/boot/dts/overlays/balena-fin-overlay.dts
arch/arm/boot/dts/overlays/i2c-rtc-gpio-overlay.dts
arch/arm/boot/dts/overlays/tinylcd35-overlay.dts

index 8c1cba9..249c820 100644 (file)
@@ -84,7 +84,7 @@
 
                        // rtc clock
                        ds1307: ds1307@68 {
-                               compatible = "maxim,ds1307";
+                               compatible = "dallas,ds1307";
                                reg = <0x68>;
                                status = "okay";
                        };
index 3b19993..d647d88 100644 (file)
@@ -46,7 +46,7 @@
                        status = "okay";
 
                        ds1307: ds1307@68 {
-                               compatible = "maxim,ds1307";
+                               compatible = "dallas,ds1307";
                                reg = <0x68>;
                                status = "okay";
                        };
index 5ed6982..254ac2e 100644 (file)
                        status = "okay";
 
                        ds1307: ds1307@68 {
-                               compatible = "maxim,ds1307";
+                               compatible = "dallas,ds1307";
                                reg = <0x68>;
                                status = "okay";
                        };