Skip to content

Commit 114d1a9

Browse files
dlechnunojsa
authored andcommitted
arm: dts: socfpga: remove 0x in name@address
Remove a case of 0x in the address of name@address. This is the the preferred style. Signed-off-by: David Lechner <dlechner@baylibre.com>
1 parent 12fd269 commit 114d1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_de10_nano_hps.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
};
3737

3838
&fpga_axi {
39-
gpio_bd: gpio_bd@0x10080 {
39+
gpio_bd: gpio_bd@10080 {
4040
compatible = "altr,pio-18.1", "altr,pio-1.0";
4141
reg = <0x00010080 0x00000010>;
4242
resetvalue = <0>;

0 commit comments

Comments
 (0)