[linux-yocto] [PATCH 25/26] axxia: Correct the Clock Names for I2C in the 5600 Device Trees
Daniel Dragomir
daniel.dragomir at windriver.com
Wed Nov 16 08:57:01 PST 2016
From: John Jacques <john.jacques at intel.com>
Signed-off-by: John Jacques <john.jacques at intel.com>
---
arch/arm64/boot/dts/intel/axm56xx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/intel/axm56xx.dtsi b/arch/arm64/boot/dts/intel/axm56xx.dtsi
index 013a3f6..4539d02 100644
--- a/arch/arm64/boot/dts/intel/axm56xx.dtsi
+++ b/arch/arm64/boot/dts/intel/axm56xx.dtsi
@@ -177,7 +177,7 @@
reg = <0x80 0x80080000 0 0x1000>;
interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_per 0>;
- clock-names = "apb_pclk";
+ clock-names = "i2c";
status = "disabled";
};
@@ -210,7 +210,7 @@
reg = <0x80 0x800b0000 0 0x1000>;
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_per 0>;
- clock-names = "apb_pclk";
+ clock-names = "i2c";
status = "disabled";
};
--
2.7.4
More information about the linux-yocto
mailing list