Commit 19fd45bf authored by Andreas Faerber's avatar Andreas Faerber Committed by Kukjin Kim

ARM: dts: Prepare node labels for exynos5250

Allows them to be extended by reference.
Reviewed-by: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarAndreas Faerber <afaerber@suse.de>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent f114040e
...@@ -218,7 +218,7 @@ g2d@10850000 { ...@@ -218,7 +218,7 @@ g2d@10850000 {
clock-names = "fimg2d"; clock-names = "fimg2d";
}; };
codec@11000000 { mfc: codec@11000000 {
compatible = "samsung,mfc-v6"; compatible = "samsung,mfc-v6";
reg = <0x11000000 0x10000>; reg = <0x11000000 0x10000>;
interrupts = <0 96 0>; interrupts = <0 96 0>;
...@@ -227,7 +227,7 @@ codec@11000000 { ...@@ -227,7 +227,7 @@ codec@11000000 {
clock-names = "mfc"; clock-names = "mfc";
}; };
rtc@101E0000 { rtc: rtc@101E0000 {
clocks = <&clock CLK_RTC>; clocks = <&clock CLK_RTC>;
clock-names = "rtc"; clock-names = "rtc";
status = "disabled"; status = "disabled";
...@@ -261,7 +261,7 @@ serial@12C30000 { ...@@ -261,7 +261,7 @@ serial@12C30000 {
clock-names = "uart", "clk_uart_baud0"; clock-names = "uart", "clk_uart_baud0";
}; };
sata@122F0000 { sata: sata@122F0000 {
compatible = "snps,dwc-ahci"; compatible = "snps,dwc-ahci";
samsung,sata-freq = <66>; samsung,sata-freq = <66>;
reg = <0x122F0000 0x1ff>; reg = <0x122F0000 0x1ff>;
...@@ -573,7 +573,7 @@ usbdrd_phy: phy@12100000 { ...@@ -573,7 +573,7 @@ usbdrd_phy: phy@12100000 {
#phy-cells = <1>; #phy-cells = <1>;
}; };
usb@12110000 { ehci: usb@12110000 {
compatible = "samsung,exynos4210-ehci"; compatible = "samsung,exynos4210-ehci";
reg = <0x12110000 0x100>; reg = <0x12110000 0x100>;
interrupts = <0 71 0>; interrupts = <0 71 0>;
...@@ -588,7 +588,7 @@ port@0 { ...@@ -588,7 +588,7 @@ port@0 {
}; };
}; };
usb@12120000 { ohci: usb@12120000 {
compatible = "samsung,exynos4210-ohci"; compatible = "samsung,exynos4210-ohci";
reg = <0x12120000 0x100>; reg = <0x12120000 0x100>;
interrupts = <0 71 0>; interrupts = <0 71 0>;
...@@ -710,7 +710,7 @@ gsc_3: gsc@13e30000 { ...@@ -710,7 +710,7 @@ gsc_3: gsc@13e30000 {
clock-names = "gscl"; clock-names = "gscl";
}; };
hdmi { hdmi: hdmi {
compatible = "samsung,exynos4212-hdmi"; compatible = "samsung,exynos4212-hdmi";
reg = <0x14530000 0x70000>; reg = <0x14530000 0x70000>;
interrupts = <0 95 0>; interrupts = <0 95 0>;
...@@ -736,14 +736,14 @@ dp_phy: video-phy@10040720 { ...@@ -736,14 +736,14 @@ dp_phy: video-phy@10040720 {
#phy-cells = <0>; #phy-cells = <0>;
}; };
dp-controller@145B0000 { dp: dp-controller@145B0000 {
clocks = <&clock CLK_DP>; clocks = <&clock CLK_DP>;
clock-names = "dp"; clock-names = "dp";
phys = <&dp_phy>; phys = <&dp_phy>;
phy-names = "dp"; phy-names = "dp";
}; };
fimd@14400000 { fimd: fimd@14400000 {
clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>; clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
clock-names = "sclk_fimd", "fimd"; clock-names = "sclk_fimd", "fimd";
}; };
......
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