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 7a3fba776661ffcdd33deff39b7fbbd6067090d5..ca04ec56d2af21ea30d71ff49ec2d006cfbba2d6 100644 (file)
 
        status = "okay";
 
-       rtc: pcf8523@68 {
+       rtc@68 {
                compatible = "nxp,pcf8523";
                reg = <0x68>;
        };
index 66bda5a045829d7f853079d3a73818ce1880e28e..92583238ca4ad956bbe6e6637a8eeee53ef97ff5 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";