>> +&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. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html