Commit ebb8dbec authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

arm64: dts: imx: Pass a single BD71847 clock entry

Pass a single BD71847 clock entry to fix the following schema
warning:

imx8mm-var-som-symphony.dtb: pmic@4b: clocks: [[22], [0]] is too long
	from schema $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmic.yaml#



Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fcf7ff67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@
		rohm,reset-snvs-powered;

		#clock-cells = <0>;
		clocks = <&osc_32k 0>;
		clocks = <&osc_32k>;
		clock-output-names = "clk-32k-out";

		regulators {
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@
		rohm,reset-snvs-powered;

		#clock-cells = <0>;
		clocks = <&osc_32k 0>;
		clocks = <&osc_32k>;
		clock-output-names = "clk-32k-out";

		regulators {
+1 −1
Original line number Diff line number Diff line
@@ -512,7 +512,7 @@
		interrupts = <20 IRQ_TYPE_LEVEL_LOW>;
		rohm,reset-snvs-powered;
		#clock-cells = <0>;
		clocks = <&osc_32k 0>;
		clocks = <&osc_32k>;
		clock-output-names = "clk-32k-out";

		regulators {
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,7 @@
		interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
		rohm,reset-snvs-powered;
		#clock-cells = <0>;
		clocks = <&osc_32k 0>;
		clocks = <&osc_32k>;
		clock-output-names = "clk-32k-out";

		regulators {
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@
		interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
		rohm,reset-snvs-powered;
		#clock-cells = <0>;
		clocks = <&osc_32k 0>;
		clocks = <&osc_32k>;
		clock-output-names = "clk-32k-out";

		regulators {
Loading