Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ul: move tsc node to appropriate place in the DTB

Move the tsc node to keep the nodes sorted in ascending order by unit
address.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Lothar Waßmann and committed by
Shawn Guo
302e01b2 ba87cecd

+11 -11
+11 -11
arch/arm/boot/dts/imx6ul.dtsi
··· 236 236 }; 237 237 }; 238 238 239 + tsc: tsc@02040000 { 240 + compatible = "fsl,imx6ul-tsc"; 241 + reg = <0x02040000 0x4000>, <0x0219c000 0x4000>; 242 + interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 243 + <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; 244 + clocks = <&clks IMX6UL_CLK_IPG>, 245 + <&clks IMX6UL_CLK_ADC2>; 246 + clock-names = "tsc", "adc"; 247 + status = "disabled"; 248 + }; 249 + 239 250 gpt1: gpt@02098000 { 240 251 compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt"; 241 252 reg = <0x02098000 0x4000>; ··· 598 587 "enet_clk_ref", "enet_out"; 599 588 fsl,num-tx-queues=<1>; 600 589 fsl,num-rx-queues=<1>; 601 - status = "disabled"; 602 - }; 603 - 604 - tsc: tsc@02040000 { 605 - compatible = "fsl,imx6ul-tsc"; 606 - reg = <0x02040000 0x4000>, <0x0219c000 0x4000>; 607 - interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 608 - <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; 609 - clocks = <&clks IMX6UL_CLK_IPG>, 610 - <&clks IMX6UL_CLK_ADC2>; 611 - clock-names = "tsc", "adc"; 612 590 status = "disabled"; 613 591 }; 614 592