Loading Documentation/devicetree/bindings/clock/imx5-clock.txt +13 −0 Original line number Original line Diff line number Diff line Loading @@ -184,6 +184,19 @@ clocks and IDs. cko2 170 cko2 170 srtc_gate 171 srtc_gate 171 pata_gate 172 pata_gate 172 sata_gate 173 spdif_xtal_sel 174 spdif0_sel 175 spdif1_sel 176 spdif0_pred 177 spdif0_podf 178 spdif1_pred 179 spdif1_podf 180 spdif0_com_sel 181 spdif1_com_sel 182 spdif0_gate 183 spdif1_gate 184 spdif_ipg_gate 185 Examples (for mx53): Examples (for mx53): Loading Documentation/devicetree/bindings/clock/imx6q-clock.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -208,6 +208,7 @@ clocks and IDs. pll4_post_div 193 pll4_post_div 193 pll5_post_div 194 pll5_post_div 194 pll5_video_div 195 pll5_video_div 195 eim_slow 196 Examples: Examples: Loading Documentation/devicetree/bindings/clock/imx6sl-clock.txt 0 → 100644 +10 −0 Original line number Original line Diff line number Diff line * Clock bindings for Freescale i.MX6 SoloLite Required properties: - compatible: Should be "fsl,imx6sl-ccm" - reg: Address and length of the register set - #clock-cells: Should be <1> The clock consumer should specify the desired clock by having the clock ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6sl-clock.h for the full list of i.MX6 SoloLite clock IDs. Documentation/devicetree/bindings/clock/vf610-clock.txt 0 → 100644 +26 −0 Original line number Original line Diff line number Diff line * Clock bindings for Freescale Vybrid VF610 SOC Required properties: - compatible: Should be "fsl,vf610-ccm" - reg: Address and length of the register set - #clock-cells: Should be <1> The clock consumer should specify the desired clock by having the clock ID in its "clocks" phandle cell. See include/dt-bindings/clock/vf610-clock.h for the full list of VF610 clock IDs. Examples: clks: ccm@4006b000 { compatible = "fsl,vf610-ccm"; reg = <0x4006b000 0x1000>; #clock-cells = <1>; }; uart1: serial@40028000 { compatible = "fsl,vf610-uart"; reg = <0x40028000 0x1000>; interrupts = <0 62 0x04>; clocks = <&clks VF610_CLK_UART1>; clock-names = "ipg"; }; arch/arm/Kconfig.debug +11 −2 Original line number Original line Diff line number Diff line Loading @@ -251,6 +251,13 @@ choice Say Y here if you want kernel low-level debugging support Say Y here if you want kernel low-level debugging support on i.MX6Q/DL. on i.MX6Q/DL. config DEBUG_IMX6SL_UART bool "i.MX6SL Debug UART" depends on SOC_IMX6SL help Say Y here if you want kernel low-level debugging support on i.MX6SL. config DEBUG_MMP_UART2 config DEBUG_MMP_UART2 bool "Kernel low-level debugging message via MMP UART2" bool "Kernel low-level debugging message via MMP UART2" depends on ARCH_MMP depends on ARCH_MMP Loading Loading @@ -532,7 +539,8 @@ config DEBUG_IMX_UART_PORT DEBUG_IMX35_UART || \ DEBUG_IMX35_UART || \ DEBUG_IMX51_UART || \ DEBUG_IMX51_UART || \ DEBUG_IMX53_UART || \ DEBUG_IMX53_UART || \ DEBUG_IMX6Q_UART DEBUG_IMX6Q_UART || \ DEBUG_IMX6SL_UART default 1 default 1 depends on ARCH_MXC depends on ARCH_MXC help help Loading Loading @@ -631,7 +639,8 @@ config DEBUG_LL_INCLUDE DEBUG_IMX35_UART || \ DEBUG_IMX35_UART || \ DEBUG_IMX51_UART || \ DEBUG_IMX51_UART || \ DEBUG_IMX53_UART ||\ DEBUG_IMX53_UART ||\ DEBUG_IMX6Q_UART DEBUG_IMX6Q_UART || \ DEBUG_IMX6SL_UART default "debug/mvebu.S" if DEBUG_MVEBU_UART default "debug/mvebu.S" if DEBUG_MVEBU_UART default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART default "debug/nomadik.S" if DEBUG_NOMADIK_UART default "debug/nomadik.S" if DEBUG_NOMADIK_UART Loading Loading
Documentation/devicetree/bindings/clock/imx5-clock.txt +13 −0 Original line number Original line Diff line number Diff line Loading @@ -184,6 +184,19 @@ clocks and IDs. cko2 170 cko2 170 srtc_gate 171 srtc_gate 171 pata_gate 172 pata_gate 172 sata_gate 173 spdif_xtal_sel 174 spdif0_sel 175 spdif1_sel 176 spdif0_pred 177 spdif0_podf 178 spdif1_pred 179 spdif1_podf 180 spdif0_com_sel 181 spdif1_com_sel 182 spdif0_gate 183 spdif1_gate 184 spdif_ipg_gate 185 Examples (for mx53): Examples (for mx53): Loading
Documentation/devicetree/bindings/clock/imx6q-clock.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -208,6 +208,7 @@ clocks and IDs. pll4_post_div 193 pll4_post_div 193 pll5_post_div 194 pll5_post_div 194 pll5_video_div 195 pll5_video_div 195 eim_slow 196 Examples: Examples: Loading
Documentation/devicetree/bindings/clock/imx6sl-clock.txt 0 → 100644 +10 −0 Original line number Original line Diff line number Diff line * Clock bindings for Freescale i.MX6 SoloLite Required properties: - compatible: Should be "fsl,imx6sl-ccm" - reg: Address and length of the register set - #clock-cells: Should be <1> The clock consumer should specify the desired clock by having the clock ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6sl-clock.h for the full list of i.MX6 SoloLite clock IDs.
Documentation/devicetree/bindings/clock/vf610-clock.txt 0 → 100644 +26 −0 Original line number Original line Diff line number Diff line * Clock bindings for Freescale Vybrid VF610 SOC Required properties: - compatible: Should be "fsl,vf610-ccm" - reg: Address and length of the register set - #clock-cells: Should be <1> The clock consumer should specify the desired clock by having the clock ID in its "clocks" phandle cell. See include/dt-bindings/clock/vf610-clock.h for the full list of VF610 clock IDs. Examples: clks: ccm@4006b000 { compatible = "fsl,vf610-ccm"; reg = <0x4006b000 0x1000>; #clock-cells = <1>; }; uart1: serial@40028000 { compatible = "fsl,vf610-uart"; reg = <0x40028000 0x1000>; interrupts = <0 62 0x04>; clocks = <&clks VF610_CLK_UART1>; clock-names = "ipg"; };
arch/arm/Kconfig.debug +11 −2 Original line number Original line Diff line number Diff line Loading @@ -251,6 +251,13 @@ choice Say Y here if you want kernel low-level debugging support Say Y here if you want kernel low-level debugging support on i.MX6Q/DL. on i.MX6Q/DL. config DEBUG_IMX6SL_UART bool "i.MX6SL Debug UART" depends on SOC_IMX6SL help Say Y here if you want kernel low-level debugging support on i.MX6SL. config DEBUG_MMP_UART2 config DEBUG_MMP_UART2 bool "Kernel low-level debugging message via MMP UART2" bool "Kernel low-level debugging message via MMP UART2" depends on ARCH_MMP depends on ARCH_MMP Loading Loading @@ -532,7 +539,8 @@ config DEBUG_IMX_UART_PORT DEBUG_IMX35_UART || \ DEBUG_IMX35_UART || \ DEBUG_IMX51_UART || \ DEBUG_IMX51_UART || \ DEBUG_IMX53_UART || \ DEBUG_IMX53_UART || \ DEBUG_IMX6Q_UART DEBUG_IMX6Q_UART || \ DEBUG_IMX6SL_UART default 1 default 1 depends on ARCH_MXC depends on ARCH_MXC help help Loading Loading @@ -631,7 +639,8 @@ config DEBUG_LL_INCLUDE DEBUG_IMX35_UART || \ DEBUG_IMX35_UART || \ DEBUG_IMX51_UART || \ DEBUG_IMX51_UART || \ DEBUG_IMX53_UART ||\ DEBUG_IMX53_UART ||\ DEBUG_IMX6Q_UART DEBUG_IMX6Q_UART || \ DEBUG_IMX6SL_UART default "debug/mvebu.S" if DEBUG_MVEBU_UART default "debug/mvebu.S" if DEBUG_MVEBU_UART default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART default "debug/nomadik.S" if DEBUG_NOMADIK_UART default "debug/nomadik.S" if DEBUG_NOMADIK_UART Loading