mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ARM: dts: imx6q-evi: fix rtc compatible
The correct compatible is nxp,pcf2123 Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
faa6baa364
commit
ae3b64675f
@@ -134,7 +134,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pb_rtc: rtc@3 {
|
pb_rtc: rtc@3 {
|
||||||
compatible = "nxp,rtc-pcf2123";
|
compatible = "nxp,pcf2123";
|
||||||
spi-max-frequency = <2450000>;
|
spi-max-frequency = <2450000>;
|
||||||
spi-cs-high;
|
spi-cs-high;
|
||||||
reg = <3>;
|
reg = <3>;
|
||||||
|
|||||||
Reference in New Issue
Block a user