diff options
author | Vignesh R <vigneshr@ti.com> | 2015-03-02 13:49:34 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-17 01:07:15 +0300 |
commit | a895b8a0d1e474dcfce3680d8f66cc08056acc1c (patch) | |
tree | 81f28fc0c1786d775cd99e71d84043e741c490c7 /arch/arm/boot/dts/am4372.dtsi | |
parent | 9ccd0106c9dbcb7b6328680f4375f885f0efaca8 (diff) | |
download | linux-a895b8a0d1e474dcfce3680d8f66cc08056acc1c.tar.xz |
ARM: dts: AM4372: update hdq compatible property
This patch updates hdq node compatible property to "ti,am4372-hdq".
Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 1943fc333e7c..ae0e8c15a6df 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -884,7 +884,7 @@ }; hdq: hdq@48347000 { - compatible = "ti,am43xx-hdq"; + compatible = "ti,am4372-hdq"; reg = <0x48347000 0x1000>; interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>; clocks = <&func_12m_clk>; |