Commit d1f97469 authored by Yannic Moog's avatar Yannic Moog Committed by Shawn Guo
Browse files

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: default avatarYannic Moog <y.moog@phytec.de>
Signed-off-by: default avatarAndrej Picej <andrej.picej@norik.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 62606c25
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 = <&reg_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>;