OSDN Git Service

ARM64: dts: meson-axg: correct i2c AO clock
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 17 May 2018 09:30:58 +0000 (11:30 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 23 May 2018 17:05:41 +0000 (10:05 -0700)
The clock specified for the i2c AO controller is the one for the EE
domain, which is incorrect as this controller needs the clock for AO
i2c controller.

Fixes: dc6f858e2690 ("ARM64: dts: meson-axg: add I2C DT info for Meson-AXG SoC")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi

index b59f341..d213ab7 100644 (file)
                                compatible = "amlogic,meson-axg-i2c";
                                reg = <0x0 0x05000 0x0 0x20>;
                                interrupts = <GIC_SPI 195 IRQ_TYPE_EDGE_RISING>;
-                               clocks = <&clkc CLKID_I2C>;
+                               clocks = <&clkc CLKID_AO_I2C>;
                                #address-cells = <1>;
                                #size-cells = <0>;
                                status = "disabled";