mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
arm64: dts: imx8mm-phycore-som: add descriptions to nodes
Add missing EEPROM and RTC descriptions. Also use eMMC with lower-case "e". Signed-off-by: Yannic Moog <y.moog@phytec.de> Signed-off-by: Andrej Picej <andrej.picej@norik.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
62606c2505
commit
d1f974697d
|
|
@ -290,6 +290,7 @@ sn65dsi83: bridge@2d {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
/* EEPROM */
|
||||
eeprom@51 {
|
||||
compatible = "atmel,24c32";
|
||||
pagesize = <32>;
|
||||
|
|
@ -297,6 +298,7 @@ eeprom@51 {
|
|||
vcc-supply = <®_vdd_3v3_s>;
|
||||
};
|
||||
|
||||
/* RTC */
|
||||
rv3028: rtc@52 {
|
||||
compatible = "microcrystal,rv3028";
|
||||
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
|
@ -307,7 +309,7 @@ rv3028: rtc@52 {
|
|||
};
|
||||
};
|
||||
|
||||
/* EMMC */
|
||||
/* eMMC */
|
||||
&usdhc3 {
|
||||
assigned-clocks = <&clk IMX8MM_CLK_USDHC3_ROOT>;
|
||||
assigned-clock-rates = <400000000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user