Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1625384

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

From Wadim Egorov <w.egorov@phytec.de>
Newsgroups linux.kernel
Subject Re: [PATCH v2 1/3] ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM
Date 2017-04-18 17:10 +0200
Message-ID <txCVs-7G4-23@gated-at.bofh.it> (permalink)
References <ttfkJ-ux-3@gated-at.bofh.it> <txyoO-4Yj-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


>> +&i2c0 {
>> +       status = "okay";
>> +       clock-frequency = <400000>;
>> +
>> +       rk818: pmic@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.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH v2 1/3] ARM: dts: rockchip: Add support for phyCORE-RK3288 SoM Jacob Chen <jacobchen110@gmail.com> - 2017-04-18 12:20 +0200
  Re: [PATCH v2 1/3] ARM: dts: rockchip: Add support for phyCORE-RK3288  SoM Wadim Egorov <w.egorov@phytec.de> - 2017-04-18 17:10 +0200

csiph-web