[PATCH v2 1/3] ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM

Wadim Egorov w.egorov at phytec.de
Tue Apr 18 08:01:41 PDT 2017


>> +&i2c0 {
>> +       status = "okay";
>> +       clock-frequency = <400000>;
>> +
>> +       rk818: pmic at 1c {
>> +               compatible = "rockchip,rk818";
>> +               reg = <0x1c>;
>> +               interrupt-parent = <&gpio0>;
>> +               interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
>> +               pinctrl-names = "default";
>> +               pinctrl-0 = <&pmic_int>;
>> +               rockchip,system-power-controller;
>> +               wakeup-source;
>> +               #clock-cells = <1>;
>> +
> I think you miss  "clock-output-names = "xin32k" here.
Yes, thanks for catching that. I will fix this later.



More information about the linux-arm-kernel mailing list