[PATCH v7] ARM: dts: Prepare node labels for exynos5250
From: Kukjin Kim <hidden>
Date: 2014-08-22 10:49:55
Also in:
linux-devicetree, linux-samsung-soc, lkml
Andreas F?rber wrote:
quoted hunk ↗ jump to hunk
Allows them to be extended by reference. Reviewed-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Andreas F?rber <afaerber@suse.de> --- v6 -> v7: * Dropped uart* labels (Tomasz Figa) v6: Split off from Snow/SMDK cleanups (Doug Anderson) arch/arm/boot/dts/exynos5250.dtsi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 492e1eff37bd..42eafd19cfb2 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi@@ -218,7 +218,7 @@ clock-names = "fimg2d"; }; - codec at 11000000 { + mfc: codec at 11000000 { compatible = "samsung,mfc-v6"; reg = <0x11000000 0x10000>; interrupts = <0 96 0>;@@ -227,7 +227,7 @@ clock-names = "mfc"; }; - rtc at 101E0000 { + rtc: rtc at 101E0000 { clocks = <&clock CLK_RTC>; clock-names = "rtc"; status = "disabled";@@ -261,7 +261,7 @@ clock-names = "uart", "clk_uart_baud0"; }; - sata at 122F0000 { + sata: sata at 122F0000 { compatible = "snps,dwc-ahci"; samsung,sata-freq = <66>; reg = <0x122F0000 0x1ff>;@@ -573,7 +573,7 @@ #phy-cells = <1>; }; - usb at 12110000 { + ehci: usb at 12110000 {
I'm not sure which one is recommended between above and "ehci: ehci at 12110000 {"
quoted hunk ↗ jump to hunk
compatible = "samsung,exynos4210-ehci"; reg = <0x12110000 0x100>; interrupts = <0 71 0>;@@ -588,7 +588,7 @@ }; }; - usb at 12120000 { + ohci: usb at 12120000 {
Same as above...
quoted hunk ↗ jump to hunk
compatible = "samsung,exynos4210-ohci"; reg = <0x12120000 0x100>; interrupts = <0 71 0>;@@ -725,7 +725,7 @@ clock-names = "gscl"; }; - hdmi { + hdmi: hdmi {
Should be
+ hdmi: hdmi at 14530000 { ?
quoted hunk ↗ jump to hunk
compatible = "samsung,exynos4212-hdmi"; reg = <0x14530000 0x70000>; interrupts = <0 95 0>;@@ -751,14 +751,14 @@ #phy-cells = <0>; }; - dp-controller at 145B0000 { + dp: dp-controller at 145B0000 { clocks = <&clock CLK_DP>; clock-names = "dp"; phys = <&dp_phy>; phy-names = "dp"; }; - fimd at 14400000 { + fimd: fimd at 14400000 { clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>; clock-names = "sclk_fimd", "fimd"; }; --2.0.4