aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/fdt
diff options
context:
space:
mode:
authorGanbold Tsagaankhuu <ganbold@FreeBSD.org>2013-01-25 07:21:22 +0000
committerGanbold Tsagaankhuu <ganbold@FreeBSD.org>2013-01-25 07:21:22 +0000
commitc0c44461551c1034cfd2e06864b692fc0d944078 (patch)
treec1fb8e7300fa6739b6534e09bd7254a5783771ac /sys/boot/fdt
parent1caafc47a302222823c3f722f62417199bb8e01b (diff)
downloadsrc-c0c44461551c1034cfd2e06864b692fc0d944078.tar.gz
src-c0c44461551c1034cfd2e06864b692fc0d944078.zip
Fix method of naming compatible string to follow
"<manufacturer>,<model>" as described in http://www.devicetree.org/Device_Tree_Usage Reviewed by: andrew@ Approved by: gonzo@
Notes
Notes: svn path=/head/; revision=245900
Diffstat (limited to 'sys/boot/fdt')
-rw-r--r--sys/boot/fdt/dts/cubieboard.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/boot/fdt/dts/cubieboard.dts b/sys/boot/fdt/dts/cubieboard.dts
index 185932c98851..bbb64a9a471b 100644
--- a/sys/boot/fdt/dts/cubieboard.dts
+++ b/sys/boot/fdt/dts/cubieboard.dts
@@ -29,8 +29,8 @@
/dts-v1/;
/ {
- model = "cubieboard";
- compatible = "cubieboard", "allwinner,a10";
+ model = "Cubietech Cubieboard";
+ compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
#address-cells = <1>;
#size-cells = <1>;
@@ -54,7 +54,7 @@
bus-frequency = <0>;
AINTC: interrupt-controller@01c20400 {
- compatible = "a10,aintc";
+ compatible = "allwinner,sun4i-ic";
interrupt-controller;
#address-cells = <0>;
#interrupt-cells = <1>;
@@ -62,7 +62,7 @@
};
timer@01c20c00 {
- compatible = "a10,timers";
+ compatible = "allwinner,sun4i-timer";
reg = <0x01c20c00 0x90>;
interrupts = < 22 >;
interrupt-parent = <&AINTC>;
@@ -70,14 +70,14 @@
};
usb1: usb@01c1c000 {
- compatible = "a10,usb-ehci", "usb-ehci";
+ compatible = "allwinner,usb-ehci", "usb-ehci";
reg = <0x01c1c000 0x1000>;
interrupts = < 40 >;
interrupt-parent = <&AINTC>;
};
sata@01c18000 {
- compatible = "a10,ahci";
+ compatible = "allwinner,ahci";
reg = <0x01c18000 0x1000>;
interrupts = <56>;
interrupt-parent = <&AINTC>;