[PATCH V2 2/4] arm64: dts: imx: add imx8qxp support
From: Leonard Crestez <hidden>
Date: 2018-10-15 07:30:09
Also in:
linux-devicetree
From: Leonard Crestez <hidden>
Date: 2018-10-15 07:30:09
Also in:
linux-devicetree
On Sun, 2018-10-14 at 20:13 -0300, Fabio Estevam wrote:
quoted
+ imx8qx-pm { + compatible = "fsl,scu-pd"; + #address-cells = <1>; + #size-cells = <0>; + + pd_lsio: lsio-power-domain { + #power-domain-cells = <0>; + #address-cells = <1>; + #size-cells = <0>; + + pd_lsio_pwm0: lsio-pwm0 at 191 { + reg = <191>;The number after @ is in hex, so the reg property should be 0x191.
These are SC_R_* resource ids from include/linux/firmware/imx/types.h and they are almost everywhere referenced as decimals. Is this really not acceptable for DT? -- Regards, Leonard