ARM: dts: imx6qdl: SolidRun: fix node names
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 28 Nov 2017 15:03:01 +0000 (15:03 +0000)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
Node names are supposed to be generic, fix the RTC and codec node
names for both Hummingboard and Cubox-i.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-cubox-i.dtsi
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi

index 7a3fba7..ca04ec5 100644 (file)
 
        status = "okay";
 
-       rtc: pcf8523@68 {
+       rtc@68 {
                compatible = "nxp,pcf8523";
                reg = <0x68>;
        };
index 66bda5a..9258323 100644 (file)
        status = "okay";
 
        /* Pro baseboard model */
-       rtc: pcf8523@68 {
+       rtc@68 {
                compatible = "nxp,pcf8523";
                reg = <0x68>;
        };
 
        /* Pro baseboard model */
-       sgtl5000: sgtl5000@a {
+       sgtl5000: codec@a {
                clocks = <&clks IMX6QDL_CLK_CKO>;
                compatible = "fsl,sgtl5000";
                pinctrl-names = "default";