mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
28 lines
942 B
Diff
28 lines
942 B
Diff
From 7cd038980cc2a9a28a5d908f8c66a4a2c92ad36b Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Thu, 25 Jun 2020 01:57:27 +0200
|
|
Subject: ARM: dts: sun5i-a13-pocketbook-touch-lux-3: Add RTC clock-cells
|
|
|
|
This stop the driver from complaining in dmesg.
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
arch/arm/boot/dts/allwinner/sun5i-a13-pocketbook-touch-lux-3.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/allwinner/sun5i-a13-pocketbook-touch-lux-3.dts b/arch/arm/boot/dts/allwinner/sun5i-a13-pocketbook-touch-lux-3.dts
|
|
index db28ab621804..ee81db68e546 100644
|
|
--- a/arch/arm/boot/dts/allwinner/sun5i-a13-pocketbook-touch-lux-3.dts
|
|
+++ b/arch/arm/boot/dts/allwinner/sun5i-a13-pocketbook-touch-lux-3.dts
|
|
@@ -132,6 +132,7 @@ &i2c1 {
|
|
pcf8563: rtc@51 {
|
|
compatible = "nxp,pcf8563";
|
|
reg = <0x51>;
|
|
+ #clock-cells = <0>;
|
|
};
|
|
|
|
// hacky PMIC driver for eInk display
|
|
--
|
|
2.35.3
|
|
|