]> Gentwo Git Trees - linux/.git/commitdiff
arm64: dts: imx8mm-phycore-som: add descriptions to nodes
authorYannic Moog <y.moog@phytec.de>
Tue, 18 Feb 2025 07:41:46 +0000 (08:41 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 23 Feb 2025 08:16:49 +0000 (16:16 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi

index 7e859c65317a4113b7529bca6982e6a9d2e2b2de..cced82226c6d0c853b04499487780bf489965a58 100644 (file)
@@ -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>;