Skip to content

Commit c148b2b

Browse files
committed
PPC: Bamboo: recompile device tree
Recent dtc doesn't compile our dts anymore. Change all hex numbers to have 0x prefixes, indicate the old version and recompile using recent dtc. This doesn't change any semantics in the device tree. Signed-off-by: Alexander Graf <[email protected]>
1 parent d49bc1f commit c148b2b

File tree

2 files changed

+47
-81
lines changed

2 files changed

+47
-81
lines changed

pc-bios/bamboo.dtb

32 Bytes
Binary file not shown.

pc-bios/bamboo.dts

+47-81
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
* any warranty of any kind, whether express or implied.
1010
*/
1111

12+
/dts-v1/;
13+
1214
/ {
1315
#address-cells = <2>;
1416
#size-cells = <1>;
1517
model = "amcc,bamboo";
1618
compatible = "amcc,bamboo";
17-
dcr-parent = <&/cpus/cpu@0>;
19+
dcr-parent = <&{/cpus/cpu@0}>;
1820

1921
aliases {
2022
serial0 = &UART0;
@@ -29,70 +31,57 @@
2931
device_type = "cpu";
3032
model = "PowerPC,440EP";
3133
reg = <0>;
32-
clock-frequency = <1fca0550>;
33-
timebase-frequency = <017d7840>;
34-
i-cache-line-size = <20>;
35-
d-cache-line-size = <20>;
36-
i-cache-size = <8000>;
37-
d-cache-size = <8000>;
34+
clock-frequency = <0x1fca0550>;
35+
timebase-frequency = <0x017d7840>;
36+
i-cache-line-size = <0x20>;
37+
d-cache-line-size = <0x20>;
38+
i-cache-size = <0x8000>;
39+
d-cache-size = <0x8000>;
3840
dcr-controller;
3941
dcr-access-method = "native";
4042
};
4143
};
4244

4345
memory {
4446
device_type = "memory";
45-
reg = <0 0 9000000>;
47+
reg = <0x0 0x0 0x9000000>;
4648
};
4749

4850
UIC0: interrupt-controller0 {
4951
compatible = "ibm,uic-440ep","ibm,uic";
5052
interrupt-controller;
51-
cell-index = <0>;
52-
dcr-reg = <0c0 009>;
53-
#address-cells = <0>;
54-
#size-cells = <0>;
55-
#interrupt-cells = <2>;
56-
};
57-
/*
58-
UIC1: interrupt-controller1 {
59-
compatible = "ibm,uic-440ep","ibm,uic";
60-
interrupt-controller;
61-
cell-index = <1>;
62-
dcr-reg = <0d0 009>;
63-
#address-cells = <0>;
64-
#size-cells = <0>;
65-
#interrupt-cells = <2>;
66-
interrupts = <1e 4 1f 4>;
67-
interrupt-parent = <&UIC0>;
53+
cell-index = <0x0>;
54+
dcr-reg = <0x0c0 0x009>;
55+
#address-cells = <0x0>;
56+
#size-cells = <0x0>;
57+
#interrupt-cells = <0x2>;
6858
};
69-
*/
7059

7160
SDR0: sdr {
7261
compatible = "ibm,sdr-440ep";
73-
dcr-reg = <00e 002>;
62+
dcr-reg = <0x00e 0x002>;
7463
};
7564

7665
CPR0: cpr {
7766
compatible = "ibm,cpr-440ep";
78-
dcr-reg = <00c 002>;
67+
dcr-reg = <0x00c 0x002>;
7968
};
8069

8170
plb {
8271
compatible = "ibm,plb-440ep", "ibm,plb-440gp", "ibm,plb4";
8372
#address-cells = <2>;
8473
#size-cells = <1>;
8574
ranges;
86-
clock-frequency = <07f28154>;
75+
clock-frequency = <0x07f28154>;
8776

8877
SDRAM0: sdram {
8978
compatible = "ibm,sdram-440ep", "ibm,sdram-405gp";
90-
dcr-reg = <010 2>;
79+
dcr-reg = <0x010 0x2>;
9180
};
9281

9382
DMA0: dma {
9483
compatible = "ibm,dma-440ep", "ibm,dma-440gp";
95-
dcr-reg = <100 027>;
84+
dcr-reg = <0x100 0x027>;
9685
};
9786

9887
POB0: opb {
@@ -102,87 +91,64 @@
10291
/* Bamboo is oddball in the 44x world and doesn't use the ERPN
10392
* bits.
10493
*/
105-
ranges = <00000000 0 00000000 80000000
106-
80000000 0 80000000 80000000>;
94+
ranges = <0x00000000 0x0 0x00000000 0x80000000
95+
0x80000000 0x0 0x80000000 0x80000000>;
10796
/* interrupt-parent = <&UIC1>; */
10897
interrupts = <7 4>;
109-
clock-frequency = <03f940aa>;
98+
clock-frequency = <0x03f940aa>;
11099

111100
EBC0: ebc {
112101
compatible = "ibm,ebc-440ep", "ibm,ebc-440gp", "ibm,ebc";
113-
dcr-reg = <012 2>;
102+
dcr-reg = <0x012 2>;
114103
#address-cells = <2>;
115104
#size-cells = <1>;
116-
clock-frequency = <03f940aa>;
105+
clock-frequency = <0x03f940aa>;
117106
interrupts = <5 1>;
118107
/* interrupt-parent = <&UIC1>; */
119108
};
120109

121110
UART0: serial@ef600300 {
122111
device_type = "serial";
123112
compatible = "ns16550";
124-
reg = <ef600300 8>;
125-
virtual-reg = <ef600300>;
126-
clock-frequency = <00a8c000>;
127-
current-speed = <1c200>;
113+
reg = <0xef600300 8>;
114+
virtual-reg = <0xef600300>;
115+
clock-frequency = <0x00a8c000>;
116+
current-speed = <0x1c200>;
128117
interrupt-parent = <&UIC0>;
129118
interrupts = <0 4>;
130119
};
131120

132121
UART1: serial@ef600400 {
133122
device_type = "serial";
134123
compatible = "ns16550";
135-
reg = <ef600400 8>;
136-
virtual-reg = <ef600400>;
137-
clock-frequency = <00a8c000>;
124+
reg = <0xef600400 8>;
125+
virtual-reg = <0xef600400>;
126+
clock-frequency = <0x00a8c000>;
138127
current-speed = <0>;
139128
interrupt-parent = <&UIC0>;
140129
interrupts = <1 4>;
141130
};
142-
/*
143-
UART2: serial@ef600500 {
144-
device_type = "serial";
145-
compatible = "ns16550";
146-
reg = <ef600500 8>;
147-
virtual-reg = <ef600500>;
148-
clock-frequency = <0>;
149-
current-speed = <0>;
150-
interrupt-parent = <&UIC0>;
151-
interrupts = <3 4>;
152-
};
153-
154-
UART3: serial@ef600600 {
155-
device_type = "serial";
156-
compatible = "ns16550";
157-
reg = <ef600600 8>;
158-
virtual-reg = <ef600600>;
159-
clock-frequency = <0>;
160-
current-speed = <0>;
161-
interrupt-parent = <&UIC0>;
162-
interrupts = <4 4>;
163-
};
164131

165-
*/
166132
IIC0: i2c@ef600700 {
167133
device_type = "i2c";
168134
compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
169-
reg = <ef600700 14>;
135+
reg = <0xef600700 0x14>;
170136
interrupt-parent = <&UIC0>;
171137
interrupts = <2 4>;
172138
};
173139

174140
IIC1: i2c@ef600800 {
175141
device_type = "i2c";
176142
compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
177-
reg = <ef600800 14>;
143+
reg = <0xef600800 14>;
178144
interrupt-parent = <&UIC0>;
179145
interrupts = <7 4>;
180146
};
181147

182148
ZMII0: emac-zmii@ef600d00 {
183149
device_type = "zmii-interface";
184150
compatible = "ibm,zmii-440ep", "ibm,zmii-440gp", "ibm,zmii";
185-
reg = <ef600d00 c>;
151+
reg = <0xef600d00 0xc>;
186152
};
187153

188154
};
@@ -194,35 +160,35 @@
194160
#address-cells = <3>;
195161
compatible = "ibm,plb440ep-pci", "ibm,plb-pci";
196162
primary;
197-
reg = <0 eec00000 8 /* Config space access */
198-
0 eed00000 4 /* IACK */
199-
0 eed00000 4 /* Special cycle */
200-
0 ef400000 40>; /* Internal registers */
163+
reg = <0 0xeec00000 8 /* Config space access */
164+
0 0xeed00000 4 /* IACK */
165+
0 0xeed00000 4 /* Special cycle */
166+
0 0xef400000 0x40>; /* Internal registers */
201167

202168
/* Outbound ranges, one memory and one IO,
203169
* later cannot be changed. Chip supports a second
204170
* IO range but we don't use it for now
205171
*/
206-
ranges = <02000000 0 a0000000 0 a0000000 0 20000000
207-
01000000 0 00000000 0 e8000000 0 00010000>;
172+
ranges = <0x02000000 0 0xa0000000 0 0xa0000000 0 0x20000000
173+
0x01000000 0 0x00000000 0 0xe8000000 0 0x00010000>;
208174

209175
/* Inbound 2GB range starting at 0 */
210-
dma-ranges = <42000000 0 0 0 0 0 80000000>;
176+
dma-ranges = <0x42000000 0 0 0 0 0 0x80000000>;
211177

212178
/* Bamboo has all 4 IRQ pins tied together per slot */
213-
interrupt-map-mask = <f800 0 0 0>;
179+
interrupt-map-mask = <0xf800 0 0 0>;
214180
interrupt-map = <
215181
/* IDSEL 1 */
216-
0800 0 0 0 &UIC0 1c 8
182+
0x0800 0 0 0 &UIC0 0x1c 8
217183

218184
/* IDSEL 2 */
219-
1000 0 0 0 &UIC0 1b 8
185+
0x1000 0 0 0 &UIC0 0x1b 8
220186

221187
/* IDSEL 3 */
222-
1800 0 0 0 &UIC0 1a 8
188+
0x1800 0 0 0 &UIC0 0x1a 8
223189

224190
/* IDSEL 4 */
225-
2000 0 0 0 &UIC0 19 8
191+
0x2000 0 0 0 &UIC0 0x19 8
226192
>;
227193
};
228194

0 commit comments

Comments
 (0)