Commit 986fb9e4 authored by Gary Bisson's avatar Gary Bisson Committed by Shawn Guo

ARM: dts: imx6qdl-nitrogen6x: use hyphens for nodes name

Also aligning the panel nodes name across all platforms.
Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4abe28ea
...@@ -167,7 +167,7 @@ sound { ...@@ -167,7 +167,7 @@ sound {
mux-ext-port = <3>; mux-ext-port = <3>;
}; };
backlight_lcd: backlight_lcd { backlight_lcd: backlight-lcd {
compatible = "pwm-backlight"; compatible = "pwm-backlight";
pwms = <&pwm1 0 5000000>; pwms = <&pwm1 0 5000000>;
brightness-levels = <0 4 8 16 32 64 128 255>; brightness-levels = <0 4 8 16 32 64 128 255>;
...@@ -176,7 +176,7 @@ backlight_lcd: backlight_lcd { ...@@ -176,7 +176,7 @@ backlight_lcd: backlight_lcd {
status = "okay"; status = "okay";
}; };
backlight_lvds: backlight_lvds { backlight_lvds: backlight-lvds {
compatible = "pwm-backlight"; compatible = "pwm-backlight";
pwms = <&pwm4 0 5000000>; pwms = <&pwm4 0 5000000>;
brightness-levels = <0 4 8 16 32 64 128 255>; brightness-levels = <0 4 8 16 32 64 128 255>;
...@@ -211,7 +211,7 @@ lcd_display_out: endpoint { ...@@ -211,7 +211,7 @@ lcd_display_out: endpoint {
}; };
}; };
lcd_panel { panel-lcd {
compatible = "okaya,rs800480t-7x0gp"; compatible = "okaya,rs800480t-7x0gp";
backlight = <&backlight_lcd>; backlight = <&backlight_lcd>;
...@@ -222,7 +222,7 @@ lcd_panel_in: endpoint { ...@@ -222,7 +222,7 @@ lcd_panel_in: endpoint {
}; };
}; };
panel { panel-lvds0 {
compatible = "hannstar,hsd100pxn1"; compatible = "hannstar,hsd100pxn1";
backlight = <&backlight_lvds>; backlight = <&backlight_lvds>;
...@@ -413,7 +413,7 @@ MX6QDL_PAD_GPIO_6__ENET_IRQ 0x000b1 ...@@ -413,7 +413,7 @@ MX6QDL_PAD_GPIO_6__ENET_IRQ 0x000b1
>; >;
}; };
pinctrl_gpio_keys: gpio_keysgrp { pinctrl_gpio_keys: gpio-keysgrp {
fsl,pins = < fsl,pins = <
/* Power Button */ /* Power Button */
MX6QDL_PAD_NANDF_D3__GPIO2_IO03 0x1b0b0 MX6QDL_PAD_NANDF_D3__GPIO2_IO03 0x1b0b0
...@@ -561,7 +561,7 @@ MX6QDL_PAD_NANDF_D6__GPIO2_IO06 0x1b0b0 /* CD */ ...@@ -561,7 +561,7 @@ MX6QDL_PAD_NANDF_D6__GPIO2_IO06 0x1b0b0 /* CD */
>; >;
}; };
pinctrl_wlan_vmmc: wlan_vmmcgrp { pinctrl_wlan_vmmc: wlan-vmmcgrp {
fsl,pins = < fsl,pins = <
MX6QDL_PAD_NANDF_CS0__GPIO6_IO11 0x100b0 MX6QDL_PAD_NANDF_CS0__GPIO6_IO11 0x100b0
MX6QDL_PAD_NANDF_CS2__GPIO6_IO15 0x000b0 MX6QDL_PAD_NANDF_CS2__GPIO6_IO15 0x000b0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment