Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: s3c2416: Use labels for overriding nodes in SMDK2416

Usage of labels instead of full paths reduces possible mistakes when
overriding nodes.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Kukjin Kim
5dd6d26f 3ae9d92f

+43 -43
+43 -43
arch/arm/boot/dts/s3c2416-smdk2416.dts
··· 31 31 #clock-cells = <0>; 32 32 }; 33 33 }; 34 + }; 34 35 35 - serial@50000000 { 36 - status = "okay"; 37 - pinctrl-names = "default"; 38 - pinctrl-0 = <&uart0_data>, <&uart0_fctl>; 39 - }; 36 + &rtc { 37 + status = "okay"; 38 + }; 40 39 41 - serial@50004000 { 42 - status = "okay"; 43 - pinctrl-names = "default"; 44 - pinctrl-0 = <&uart1_data>, <&uart1_fctl>; 45 - }; 40 + &sdhci_0 { 41 + pinctrl-names = "default"; 42 + pinctrl-0 = <&sd1_clk>, <&sd1_cmd>, 43 + <&sd1_bus1>, <&sd1_bus4>; 44 + bus-width = <4>; 45 + broken-cd; 46 + status = "okay"; 47 + }; 46 48 47 - serial@50008000 { 48 - status = "okay"; 49 - pinctrl-names = "default"; 50 - pinctrl-0 = <&uart2_data>; 51 - }; 49 + &sdhci_1 { 50 + pinctrl-names = "default"; 51 + pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, 52 + <&sd0_bus1>, <&sd0_bus4>; 53 + bus-width = <4>; 54 + cd-gpios = <&gpf 1 0>; 55 + cd-inverted; 56 + status = "okay"; 57 + }; 52 58 53 - serial@5000C000 { 54 - status = "okay"; 55 - pinctrl-names = "default"; 56 - pinctrl-0 = <&uart3_data>; 57 - }; 59 + &uart_0 { 60 + status = "okay"; 61 + pinctrl-names = "default"; 62 + pinctrl-0 = <&uart0_data>, <&uart0_fctl>; 63 + }; 58 64 59 - watchdog@53000000 { 60 - status = "okay"; 61 - }; 65 + &uart_1 { 66 + status = "okay"; 67 + pinctrl-names = "default"; 68 + pinctrl-0 = <&uart1_data>, <&uart1_fctl>; 69 + }; 62 70 63 - rtc@57000000 { 64 - status = "okay"; 65 - }; 71 + &uart_2 { 72 + status = "okay"; 73 + pinctrl-names = "default"; 74 + pinctrl-0 = <&uart2_data>; 75 + }; 66 76 67 - sdhci@4AC00000 { 68 - pinctrl-names = "default"; 69 - pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, 70 - <&sd0_bus1>, <&sd0_bus4>; 71 - bus-width = <4>; 72 - cd-gpios = <&gpf 1 0>; 73 - cd-inverted; 74 - status = "okay"; 75 - }; 77 + &uart_3 { 78 + status = "okay"; 79 + pinctrl-names = "default"; 80 + pinctrl-0 = <&uart3_data>; 81 + }; 76 82 77 - sdhci@4A800000 { 78 - pinctrl-names = "default"; 79 - pinctrl-0 = <&sd1_clk>, <&sd1_cmd>, 80 - <&sd1_bus1>, <&sd1_bus4>; 81 - bus-width = <4>; 82 - broken-cd; 83 - status = "okay"; 84 - }; 83 + &watchdog { 84 + status = "okay"; 85 85 };